The following list contains explanations of the comments that the SAS Code Analyzer
writes to the record file that you specify with PROC SCAPROC. The output comments
are bounded by /* and */ comment tags in the record file. That format is represented
here to enhance clarity when the user reads a record file.
/* JOBSPLIT: DATASET INPUT|OUTPUT|UPDATE SEQ|MULTI name */
specifies that a data set was opened for reading, writing, or updating.
INPUT
specifies that SAS read the data set.
OUTPUT
specifies that SAS wrote the data set.
UPDATE
specifies that SAS updated the data set.
SEQ
specifies that SAS opened the data set for sequential access.
MULTI
specifies ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.