Chapter Contents

Previous

Next
The GREPLAY Procedure

REPLAY Statement


Selects one or more entries for replay from the current input catalog.

Note: If any entries specified in a REPLAY statement are not found in the input catalog, PROC GREPLAY issues a message in the SAS log and continues to replay valid entries.
Alias: PLAY



Syntax

REPLAY entry-id(s) | _FIRST_ | _LAST_ | _ALL_ ;


Required Arguments

One of the following is required:

entry-id(s)
is the number or name of a catalog entry, or the number or name of a group of entries in the input catalog. Entries must contain graphics output. Multiple entry-id(s) can contain both numbers and names. For example, this statement specifies both the entry named GRAPH and the third entry in the catalog:
replay graph 3;

_ALL_
replays all of the entries in the input catalog.

_FIRST_
replays the first entry in the input catalog.

_LAST_
replays the last entry in the input catalog.


Chapter Contents

Previous

Next

Top of Page

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