Chapter Contents |
Previous |
Next |
PRINT= |
Language element: | system option |
Default: | SYS$OUTPUT for interactive line mode; program-name.LIS for noninteractive and batch modes; OUTPUT for the SAS windowing environment |
Valid in: | configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol |
OpenVMS specifics: | All aspects are host-specific |
Syntax | |
Details | |
See Also |
Syntax |
PRINT=destination |
NOPRINT |
Details |
The PRINT= system option specifies the destination to which SAS output is written when executing SAS programs in modes other than the interactive windowing environment.
To send the procedure output to a printer queue other than the default printer, redefine the SYS$PRINT logical name to the queue that you want to use.
The PRINT= system option is valid in interactive line mode, noninteractive mode, and batch mode; it is ignored in the SAS windowing environment.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.