Chapter Contents |
Previous |
Next |
SAS Companion for the OS/390 Environment |
For each SAS process, SAS can create three types of output:
For more information on ODS, see The Complete Guide to the SAS Output Delivery System.
For more information on the procedure output file, see SAS Procedure Output File.
Default Destinations for SAS Output Files shows the default destinations of the SAS output files.
Processing Mode | Log File | Procedure Output File | Console Log File | |
---|---|---|---|---|
batch | printer | printer | file specified by CONSOLELOG= | |
windowing environment (TSO) | LOG window | OUTPUT window | file specified by CONSOLELOG= | |
interactive line (TSO) | terminal | terminal | file specified by CONSOLELOG= | |
noninteractive (TSO) | terminal | terminal | file specified by CONSOLELOG= |
These default destinations are specified in the SAS cataloged procedure and in the SAS CLIST, which you use to invoke SAS in batch mode and under TSO, respectively. Your system administrator may have changed these default destinations.
This chapter explains how to change the destination of these files. Use Changing the Default Destination to help you decide which method you should choose to change the destinations.
To direct your SAS log or procedure output to... | Using this mode of processing... | Use this method... | See... |
---|---|---|---|
a printer | any mode | FILENAME statement and PRINTTO procedure | Using the PRINTTO Procedure |
windowing environment under TSO | PRINT command and FORM subsystem display | Using the PRINT Command and the FORM Subsystem |
|
PRTFILE and PRINT commands | Using the PRTFILE and PRINT Commands |
||
an external file | any mode | PRINTTO procedure | Directing Output to External Files with the PRINTTO Procedure |
batch | LOG= and PRINT= system options | Directing Output to an External File at SAS Invocation |
|
SASLOG DD and SASLIST DD statements | Directing Output to External Files with DD Statements |
||
its usual location and to an external file | any mode | ALTLOG= and ALTPRINT= system options | Directing Output to External Files with System Options |
windowing environment under TSO | FILE command | Directing Output to External Files with the FILE Command |
|
a remote destination | any mode | FILENAME statement and PRINTTO procedure | Directing Output to a Remote Destination |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.