CATALOG Procedure

SELECT Statement

Specifies entries that the COPY statement copies.
Restrictions: Requires the COPY statement.

Cannot be used with an EXCLUDE statement.

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

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

See: COPY Statement and EXCLUDE 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.