The GREPLAY Procedure |
If you prefer to run code-based statements in a windowing environment, invoke the GREPLAY procedure with the NOFS option as follows:
proc greplay nofs;
Once you submit the PROC GREPLAY statement, you can enter and submit statements without resubmitting the PROC GREPLAY statement.
To exit the GREPLAY procedure you can submit any of the following:
an END, QUIT, or STOP statement
another PROC statement or DATA step
Managing Catalogs, Color Maps, and Templates |
You can replay entries, manage color maps and templates, or perform catalog management tasks with GREPLAY code-based statements. This section lists several common tasks, and the statements to perform them.
Task | Statement |
---|---|
assign a color map catalog | CC statement |
copy a color map from another catalog, or within the same catalog | CCOPY statement |
define or modify a color map in the current catalog | CDEF statement |
assign a color map to use when you replay graphics output | CMAP statement |
delete unneeded GRSEG entries | DELETE statement |
assign a template catalog | TC statement |
copy a template from another catalog, or within the same catalog | TCOPY statement |
delete a template | TDELETE statement |
define a template | TDEF statement |
display the panel outlines for a template | PREVIEW statement |
assign a template to use when you replay graphics output | TEMPLATE statement |
replay an entry in a template panel | TREPLAY statement |
Managing GRSEG Catalog Entries |
You can replay entries or perform a variety of catalog management tasks with GREPLAY code-based statements. The following table lists several common tasks and the statements that you use to perform them.
Task | Statement |
---|---|
copy GRSEG entries from an input catalog to an output catalog* | COPY statement |
group GRSEG entries | GROUP statement |
move GRSEG entries | MOVE statement |
delete GRSEG entries | DELETE statement |
modify GRSEG entry names or descriptions in an input catalog | MODIFY statement |
replay GRSEG entries from an input catalog | REPLAY statement |
replay GRSEG entries into template panels | TREPLAY statement |
* You must assign an output catalog before copying graphics output. |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.