SDISP_MOD
The SDISP_MOD keyword specifies whether data set exists or not when the DISP=MOD is specified.
Syntax
SDISP_MOD=NOTEXIST|EXIST
Operands
- NOTEXIST
- The data set does not exist in the system.
- EXIST
- The data set exists in the system.
Note: The SDISP_MOD keyword supports only non-VSAM data sets.
Default
None.
Environments
ALLOCATE, EXTEND, UNALLOCATE, and STOW.
JCL equivalent
DD01 DD DISP=(MOD,,)
Example
SDISP_MOD=NOTEXIST