| System Options under OpenVMS |
| Default: | none |
| Valid in: | configuration file, SAS invocation, VMS_SAS_OPTIONS DCL symbol |
| Category: | Environment control: Files |
| PROC OPTIONS GROUP= | ENVFILES |
| OpenVMS specifics: | valid values for destination; syntax |
| Syntax | |
| Details | |
| See Also |
Syntax |
| ALTPRINT=file-specification |
| NOALTPRINT |
specifies a destination for the SAS procedure output file. The file-specification argument can be SYS$PRINT (the default print queue); your current display, SYS$OUTPUT (the default output stream); or an OpenVMS pathname. All output written to the SAS log is also written to the destination.
specifies that a copy of the SAS procedure output file is not produced.
| Details |
The ALTPRINT= system option specifies a destination for a copy of the SAS procedure output file. Use the ALTPRINT= system option to capture procedure output for printing.
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.
Note: The ALTPRINT= system option replaces the following
options from earlier releases of SAS: PDISK, PPRINT, and
PTYPE. ![[cautionend]](../../../../common/63294/HTML/default/images/cautend.gif)
| See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.