
Example
“Example 2: Manipulating SAS Files” on page 564
Details
Selecting Several Like-Named Files
You can use shortcuts for listing several SAS files in the SELECT statement:
Notation Meaning
x1–xn Specifies files X1 through Xn. The numbers
must be consecutive.
x: Specifies all files that begin with the letter X.
SUSPEND Statement
suspends event logging to the audit file, but does not delete the audit file.
Restriction: The SUSPEND statement must appear in an AUDIT RUN group.
Example: “Example 9: Initiating an Audit File” on page 587
Syntax
SUSPEND;
Details
No other audit-related statement, such as SUSPEND, RESUME, TERMINATE,
USER_VAR, or LOG, will be valid ...