Previous Page | Next Page

The GREPLAY Procedure

Procedure Syntax


Requirement: Use the NOFS option in the PROC GREPLAY statement when running in a non-windowing environment, batch mode, or in line mode in a windowing environment. At least one statement is required.
Note: Write access to a catalog is needed to modify, add, or delete catalog entries. Only GRSEG entry types can be replayed with the GREPLAY procedure.
Restriction: Not supported by Java or ActiveX
Supports: RUN-group processing

PROC GREPLAY <BYLINE>
<CC=color-map-catalog>
<CMAP=color-map-entry>
<FS>
<GOUT=<libref.>output-catalog>
<IGOUT=<libref.>input-catalog>
<IMAGEMAP=output-data-set>
<NOBYLINE>
<NOFS>
<PRESENTATION>
<TC=template-catalog>
<TEMPLATE=template-entry>;
? required-argument;
BYLINE;
CC color-map-catalog;
CCOPY <color-map-catalog.>color-map-entry<.CMAP>;
CDEF color-map-entry
<color-definition(s)>
<DES="description">;
CDELETE color-map-entry(s) | _ALL_ ;
CMAP color-map-entry;
COPY entry-id(s) | _ALL_ ;
DELETE entry-id(s) | _ALL_ ;
DEVICE device-name;
FS;
GOUT <libref.>output-catalog;
GROUP entry-id(s);
IGOUT <libref.>input-catalog ;
LIST required-argument;
MODIFY modify-pair(s);
MOVE entry-id-1 AFTER | BEFORE entry-id-2;
NOBYLINE;
PREVIEW template-entry(s) | _ALL_ ;
QUIT | END | STOP;
REPLAY entry-id(s) | _FIRST_ | _LAST_ | _ALL_ ;
TC template-catalog;
TCOPY <template-catalog.>template-entry<.TEMPLATE>;
TDEF template-entry
< panel definition(s)>
<DES="description">;
TDELETE template-entry(s) | _ALL_ ;
TEMPLATE template-entry;
TREPLAY select-pair(s);

Previous Page | Next Page | Top of Page