Return normal disposition specification - Key = '0008'

Code DINRTNDP to request the return of the normal disposition of the specified resource. When you code this key, # and LEN must be one. PARM is a one-byte field. Upon return to your program, PARM will contain one of the following values:
X'01'
UNCATLG
X'02'
CATLG
X'04'
DELETE
X'08'
KEEP
X'10'
PASS
Example: To request that the normal disposition be returned, code:
KEY    #      LEN    PARM
0008   0001   0001   -