Manages entries in SAS catalogs.
Windows specifics: | FILE= option in the CONTENTS statement |
See: | CATALOG Procedure in Base SAS Procedures Guide |
This syntax is a simplified version of the CATALOG procedure syntax. For the complete syntax and its explanation, see the CATALOG Procedure in Base SAS Procedures Guide
names a file specification that is specific to the Windows operating environment.
proc catalog catalog=sasuser.profile; contents file=myfile; run;