Understanding and Customizing SAS Output: The Basics |
The destination
of your procedure
output depends on the method that you use to start, run, and exit SAS. It
also depends on your operating environment and on the settings of SAS system
options. The following table shows the default destination for each method
of operation.
Method of operation |
|
Destination of procedure output |
windowing environment |
|
OUTPUT and RESULTS windows |
interactive line mode |
|
on the terminal display, as each step executes |
noninteractive SAS programs |
|
depends on the operating environment |
batch jobs |
|
line printer or disk file |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.