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>;
|
CCOPY
<color-map-catalog.>color-map-entry<.CMAP>;
|
|
CDEF
color-map-entry
<color-definition(s)>
<DES="description">;
|
|
CDELETE color-map-entry(s) | _ALL_
;
|
|
COPY entry-id(s) | _ALL_ ;
|
|
DELETE
entry-id(s) | _ALL_ ;
|
|
GOUT
<libref.>output-catalog;
|
|
IGOUT
<libref.>input-catalog ;
|
|
MOVE entry-id-1
AFTER | BEFORE entry-id-2;
|
|
PREVIEW template-entry(s) | _ALL_
;
|
|
REPLAY entry-id(s) |
_FIRST_ | _LAST_ | _ALL_ ;
|
|
TCOPY
<template-catalog.>template-entry<.TEMPLATE>;
|
|
TDEF
template-entry
< panel definition(s)>
<DES="description">;
|
|
TDELETE template-entry(s) | _ALL_
;
|
|
|
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.