The CATALOG Procedure |
Restriction: | Requires the COPY statement. |
Restriction: | Do not use the EXCLUDE statement with the SELECT statement. |
Tip: | You can specify multiple entries in a single EXCLUDE statement. |
Tip: | You can use multiple EXCLUDE statements with a single COPY statement within a RUN group. |
See also: | COPY Statement and SELECT Statement |
Featured in: | Copying, Deleting, and Moving Catalog Entries from Multiple Catalogs |
EXCLUDE entry-1 <...entry-n> </ ENTRYTYPE=etype>; |
Required Arguments |
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. |
See also: | Specifying an Entry Type |
Options |
restricts processing to one entry type.
See: | The ENTRYTYPE= Option |
See also: | Specifying an Entry Type |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.