Procedures under OpenVMS |
OpenVMS specifics: | directory information; CONTENTS statement output |
See: | DATASETS Procedure in Base SAS Procedures Guide |
Syntax | |
Details | |
See Also |
Syntax |
PROC DATASETS <option(s)>;
|
Note: This is a simplified version of the DATASETS procedure syntax. For the complete syntax and its explanation, see the DATASETS procedure in Base SAS Procedures Guide.
Details |
The SAS library information that the DATASETS procedure displays in the SAS log is specific to your operating environment. The following output shows the information that the DATASETS procedure writes to the SAS log when the following SAS statements are executed in the OpenVMS environment:
proc datasets library=work; run;
SAS library Information from PROC DATASETS with the V9 Engine
1 proc datasets library=work; Directory Libref WORK Engine V9 Physical Name SASDISK:[SASDEMO.SAS$WORK2542293E] Member File Size # Name Type (blocks) Last Modified 1 ORANGES DATA 17 12MAY08:13:46:22 2 quit; $
The output shows you the libref, engine, and physical name associated with the library, as well as the names of the data sets that the library contains. It also shows the names of any catalogs and valid memtype stored in the library.
The CONTENTS statement of the DATASETS procedure generates the same Engine/Host Dependent Information as the CONTENTS procedure.
See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.