Summary

Statements

FILE file-specification;
identifies an external file that the DATA step uses to write output from a PUT statement.
FILE PRINT <HEADER=label> <LINESLEFT=number-of-lines>;
directs the output that is produced by any PUT statements to the same print file as the output that is produced by SAS procedures. The HEADER option defines a statement label that identifies a group of SAS statements that you want to execute each time SAS begins a new output page. The LINESLEFT= option defines a variable whose value is the number of lines left on the current page.
FOOTNOTE <n> <'text'>;
specifies up to ten footnote lines to be printed at the bottom of a page of output. The variable n specifies the relative line to be occupied ...

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.