Chapter Contents

Previous

Next
The GREPLAY Procedure

Procedure Syntax


Requirements: Use statements other than the PROC GREPLAY statement only in a nonwindowing or batch environment, or with the NOFS option. In these environments at least one additional statement is required.
Note: You must have write access to a catalog in order to modify, add, or delete device entries. Only GRSEG entry types may be replayed with the GREPLAY procedure.
Supports: RUN-group processing Output Delivery System (ODS)

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='entry-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='entry-description'>;
TDELETE template-entry(s) | _ALL_ ;
TEMPLATE template-entry;
TREPLAY select-pair(s);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.