Previous Page | Next Page

System Options under z/OS

ALTPRINT= System Option: z/OS



Specifies the destination for the copies of the output files from SAS procedures.
Default: none
Valid in: configuration file, SAS invocation
Category: Environment Control: ENVFILES
PROC OPTIONS GROUP= ENVFILES
z/OS specifics: file-specification

Syntax
Details
See Also

Syntax

ALTPRINT=<file-specification>
NOALTPRINT

file-specification

identifies an external file. Under z/OS, it can be a valid ddname, a physical filename, or the name of a file stored in the directory structure of the UNIX file system. The ddname must have been previously associated with an external file using either a TSO ALLOCATE command or a JCL DD statement.


Details

Use the ALTPRINT= option to capture procedure output for printing.

The NOALTPRINT option causes any previous ALTPRINT specifications to be ignored.


See Also

Previous Page | Next Page | Top of Page