Previous Page | Next Page

The CATALOG Procedure

SELECT Statement


Specifies entries that the COPY statement copies.
Restriction: Requires the COPY statement.
Restriction: Cannot be used with an EXCLUDE statement.
Tip: You can specify multiple entries in a single SELECT statement.
Tip: You can use multiple SELECT statements with a single COPY statement within a RUN group.
See also: COPY Statement and EXCLUDE Statement
Featured in: Copying, Deleting, and Moving Catalog Entries from Multiple Catalogs

SELECT entry-1 <...entry-n. </ ENTRYTYPE=etype>;


Required Arguments

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.

Options

ENTRYTYPE=etype

restricts processing to one entry type.

See: The ENTRYTYPE= Option.
See also: Specifying an Entry Type.

Previous Page | Next Page | Top of Page