To do this |
Use this statement |
Copy entries from one SAS catalog to another |
|
|
Copy or move all entries |
COPY (with MOVE option) |
|
Copy entries to a new catalog (overwriting the catalog if it already
exists) |
COPY (with NEW option) |
|
Copy only selected entries |
COPY, SELECT |
|
Copy all except the entries specified |
COPY, EXCLUDE |
Delete entries from a SAS catalog |
|
|
Delete all entries |
PROC CATALOG (with KILL option) |
|
Delete all entries in catalog opened by another process |
PROC CATALOG (with FORCE and KILL options) |
|
Delete specified entries |
DELETE |
|
Delete all except the entries specified |
SAVE |
Alter names and descriptions |
|
|
Change the names of catalog entries |
CHANGE |
|
Switch the names of two catalog entries |
EXCHANGE |
|
Change the description of a catalog entry |
MODIFY |
Print |
|
|
Print the contents of a catalog |
CONTENTS |