CATALOG Procedure

EXCLUDE Statement

Specifies entries that the COPY statement does not copy.
Restrictions: Requires the COPY statement.

Do not use the EXCLUDE statement with the SELECT statement.

Tips: You can specify multiple entries in a single EXCLUDE statement.

You can use multiple EXCLUDE statements with a single COPY statement within a RUN group.

See: COPY Statement and SELECT Statement
Copying, Deleting, and Moving Catalog Entries from Multiple Catalogs

Syntax

Required Argument

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

Optional Argument

ENTRYTYPE=etype
restricts processing to one entry type.