Previous Page | Next Page

System Options under z/OS

PRINTINIT System Option: z/OS



Initializes the procedure output file.
Default: NOPRINTINIT
Valid in: configuration file, SAS invocation
Category: Log and Procedure Output Control: LISTCONTROL
PROC OPTIONS GROUP= LISTCONTROL
z/OS specifics: system response to PRINTINIT
See: PRINTINIT System Option in SAS Language Reference: Dictionary

Syntax
Details

Syntax

PRINTINIT | NOPRINTINIT

PRINTINIT

empties the SAS output file and resets the file attributes upon initialization.

NOPRINTINIT

preserves the existing output file if no new output is generated. NOPRINTINIT is the default value.


Details

Under z/OS, specifying PRINTINIT causes the procedure output file to be emptied before SAS writes output to it. It also forces the file attributes to be correct for a print file. Specify NOPRINTINIT if a previous program or job step has already written output to the same file and you want to preserve that output.

Previous Page | Next Page | Top of Page