Previous Page | Next Page

The GREPLAY Procedure

Running the GREPLAY Procedure Using Code-based Statements

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:


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.

GREPLAY Procedure Statements For Managing Color Maps, Templates, and Catalogs
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.

GREPLAY Procedure Statements For Managing GRSEG Catalog Entries
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.

Previous Page | Next Page | Top of Page