CATALOG Procedure
Tips: |
Supports RUN-group processing.
You can perform similar functions with the SAS
Explorer window and with dictionary tables in the SQL
procedure. For information about the Explorer window,
see the online Help. For information about PROC SQL, see SAS SQL Procedure User's Guide.
|
See: |
CATALOG Procedure under Windows, UNIX, z/OS |
Syntax
PROC CATALOG CATALOG=
<libref.>catalog <ENTRYTYPE=etype> <FORCE> <KILL>;
CONTENTS <OUT=SAS-data-set> <FILE=fileref>;
COPY OUT=
<libref.>catalog <options>;
SELECT entry-1
<...entry-n> </ ENTRYTYPE=etype>;
EXCLUDE entry-1
<...entry-n> </ ENTRYTYPE=etype>;
CHANGE old-name-1=
new-name-1 <…old-name-n=new-name-n> </
ENTRYTYPE=etype>;
EXCHANGE name-1=
other-name-1 <…name-n=other-name-n> </
ENTRYTYPE=etype>;
DELETE entry-1
<...entry-n> </ ENTRYTYPE=etype>;
MODIFY entry (DESCRIPTION=
<<'>entry-description<'>>)
</
ENTRYTYPE=etype>;
SAVE entry-1
<...entry-n> </ ENTRYTYPE=etype>;
Table of Procedure Tasks
Copyright © SAS Institute Inc. All rights reserved.