CATALOG Procedure

SAVE Statement

Specifies entries not to delete from a SAS catalog.
Restriction: Cannot limit the effects of the KILL option.
Tips: Use SAVE to delete all but a few entries in a catalog. Use DELETE when it is more convenient to specify which entries to delete.

You can specify multiple entries and use multiple SAVE statements.

See: DELETE Statement

Syntax

Required Argument

entry <...entry-n>
specifies the name of one or more SAS catalog entries.
Restriction:You must designate the type of the entry, either with the name (ename.etype) or with the ENTRYTYPE= option.

Optional Argument

ENTRYTYPE=etype
restricts processing to one entry type.