| System Options under z/OS |
| 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 |
empties the SAS output file and resets the file attributes upon initialization.
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.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.