Previous Page | Next Page

The GREPLAY Procedure

REPLAY Statement


Identifies one or more entries for replay from the input catalog.
Note: If any entry specified in a REPLAY statement is not found in the input catalog, the GREPLAY procedure issues a message to the SAS log. The GREPLAY procedure continues to replay valid entries.
Alias: PLAY


Syntax

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

Required Arguments

entry-id(s)

is the number (in the order in which they were created) or name of a catalog entry or a group of entries in the input catalog. Entries must contain graphics output. Multiple entries can contain both numbers and names. This statement specifies both the entry named GRAPH, and the third entry in the catalog:

replay graph 3;
_ALL_

replays all entries in the input catalog.

_FIRST_

replays the first entry in the input catalog.

_LAST_

replays the last entry in the input catalog.

Previous Page | Next Page | Top of Page