Summary

PROC PRINTTO Statement Options

PROC PRINTTO <PRINT='alternate-output-file'> <LOG='alternate-log-file'>
<NEW>;
PRINT='alternate-output-file'
identifies the location and routes the procedure output to this alternate location.
LOG='alternate-log-file'
identifies the location and routes the SAS log to this alternate location.
NEW
specifies that the current log or procedure output writes over the previous contents of the file.

SAS Windowing Environment Commands

CLEAR
clears the contents of a window, as specified.
FILE <file-to-store-contents-of-window>
routes a copy of the contents of a window to the file that you specify. The original contents remain in place.
PRINT
writes the contents of the window.

SAS System Options

LOG=system-filename
redefines the default destination for the SAS log to the file named system-filename.
PRINT=system-filename
redefines the default destination for procedure output to the file named system-filename.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.207.113