Directing SAS Output and the SAS Log |
PROC PRINTTO Statement Options |
PROC PRINTTO <PRINT='alternate-output-file'>
<LOG='alternate-log-file'>
<NEW>; |
identifies the location and routes the SAS log to this alternate location.
specifies that the current log or procedure output writes over the previous contents of the file.
identifies the location and routes the procedure output to this alternate location.
SAS Windowing Environment Commands |
routes a copy of the contents of a window to the file that you specify; the original contents remain in place.
SAS System Options |
redefines the default destination for the SAS log to the file named system-filename.
redefines the default destination for procedure output to the file named system-filename.
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.