Return conditional disposition specification - Key = '0009'

Code DINRTCDP to request the return of the conditional 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. Note that the system does not return 0 in the LEN field when the requested information is not defined.
X'00'
Conditional disposition not defined
X'01'
UNCATLG
X'02'
CATLG
X'04'
DELETE
X'08'
KEEP
X'10'
PASS
Example: To request that the conditional disposition be returned, code:
KEY    #      LEN    PARM
0009   0001   0001   -