PRINT= System Option: z/OS

Specifies a destination for SAS output when running in batch mode.
Valid in: Configuration file, SAS invocation
Category: Environment Control: ENVFILES
PROC OPTIONS GROUP= ENVFILES
Default: SASLIST
z/OS specifics: file-specification

Syntax

PRINT=<file-specification>
NOPRINT

Optional Argument

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

NOPRINT suppresses the creation of the SAS output file.