December 2014
Intermediate to advanced
858 pages
40h 10m
English
|
General form, DATASETS
procedure to suspend, resume, or terminate an audit trail:
PROC DATASETS LIB=libref<NOLIST>;
AUDIT SAS-data-set <SAS-password>;
SUSPEND | RESUME | TERMINATE;
QUIT;
libref
is the name of the
library where the table to be audited resides.
NOLIST
suppresses the directory
listing.
SAS-data-set
is the name of the SAS data ... |
Read now
Unlock full access