Previous Page | Next Page

The GREPLAY Procedure

DELETE Statement


Deletes SAS catalog entries containing graphics output from the current input catalog.
Caution: The GREPLAY procedure does not prompt you to confirm your request to delete an entry containing graphics output.


Syntax

DELETE entry-id(s) | _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 to be deleted from the input catalog. Entries must contain graphics output. Multiple catalog entries can contain both numbers and names.

_ALL_

deletes all graphics output entries in the input catalog.

Alias: DEL

Previous Page | Next Page | Top of Page