Data set normal disposition specification - Key = '0005'

DALNDISP specifies the normal data set disposition desired. It is mutually exclusive with the SYSOUT key (DALSYSOU). When you code DALNDISP, # and LEN must be one, and PARM contains one of the following values:
X'01'
UNCATLG
X'02'
CATLG
X'04'
DELETE
X'08'
KEEP
Example: To specify a normal disposition of DELETE, code:
KEY    #      LEN    PARM
0005   0001   0001   04