Start of change

Bypass security processing - Key = '007A'

DUNNOSEC indicates that no authorization processing is to be done for this request.

This text unit would typically be used when the caller has already performed the appropriate authorization checks prior to invoking dynamic unallocation.

When you code this key, # must be zero, and LEN and PARM are not specified.

DUNNOSEC is mutually exclusive with the DUNPATH text unit (X'8017').

This text unit is only available on z/OS® 1.13 and later systems with APAR OA47824 installed. When this support is available, the JESIBSAV flag in the JESCT is on. See the IEFJESCT macro for usage information.

Note: To specify DUNNOSEC, your program must be APF-authorized, in supervisor state, or running with PSW key 0 - 7.
Example: To request that dynamic unallocation bypass security processing, code:
KEY   #     LEN      PARM
007A  0000  -        -
End of change