December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, DATASETS
procedure with the CONTENTS statement:
PROC DATASETS LIB=libref <NOLIST>;
CONTENTS
DATA=SAS-data-set;
QUIT;
libref
is the library in which
the data set is stored.
NOLIST
suppresses the directory
listing.
SAS-data-set
is the name of the
data set that you want information about.
|
Read now
Unlock full access