The CATALOG Procedure |
Tip: | Supports RUN-group processing. |
Tip: | You can perform similar functions with the SAS Explorer window and with dictionary tables in the SQL procedure. For information on the Explorer window, see the online Help. For information on PROC SQL, see The SQL Procedure. |
See: | CATALOG Procedure under Windows UNIX z/OS OpenVMS |
Table of Contents: | The CATALOG Procedure |
Task | Statement | |
---|---|---|
Copy entries from one SAS catalog to another |
PROC CATALOG |
|
Copy or move all entries | COPY (with MOVE option) (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 resource environment | 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 the contents of a catalog |
CONTENTS |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.