Summary

Statements

LIST;
lists in the SAS log the contents of the input buffer for the observation that is being processed.
SAS Log
SAS Language Reference: Concepts provides additional information about the SAS log.
PAGE;
skips to a new page in the log.
PUT 'message' <variable-name>;
PUT <variable-list> | <_ALL_>;
writes lines to the SAS log, the output file, or any file that is specified in a FILE statement. If no FILE statement was executed in the current iteration of the DATA step, then the PUT statement writes to the SAS log.
message specifies the text that you enter to be written to the log.
variable-name specifies the variable whose value is written to the log.
variable-list names a list of variables whose values are ...

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.