SDISP_MOD

The SDISP_MOD keyword specifies whether data set exists or not when the DISP=MOD is specified.

Syntax

Read syntax diagramSkip visual syntax diagramSDISP_MOD =NOTEXISTEXIST

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