The DISP statement specifies the status, normal disposition, and abnormal disposition that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not provide DISP information.
The parameters and options on the DISP statement are equivalent to the options on the DISP parameter of the JCL DD statement.
z/OS
BS, LRECL, RECFM, RELEASE, SPACE, UNIT, and VOLSER
No
DISP=(
status
[,
normal_disp
]
[,
abnormal_disp
]
)
status
Required. Data set status. Enter one of the following options:
M.
MOD.
N.
NEW.
O.
OLD.
S
.
SHR.
Default is S.
normal_disp
Optional. Normal termination disposition for the data set. Enter one of the following options:
C.
CATLG.
D.
DELETE.
K
.
KEEP.
P.
PASS.
Default is K.
abnormal_disp
Optional. Abnormal termination disposition for the data set. Enter one of the following options: