Previous Page | Next Page

System Options under OpenVMS

ALTPRINT= System Option: OpenVMS



Specifies the destination for the copies of the output files from SAS procedures.
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

ALTPRINT=file-specification

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.

NOALTPRINT

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]


See Also

Previous Page | Next Page | Top of Page