DFS4589E UNABLE TO LOAD eeeeeeee RTN - mmmmmmmm RSN - rrrrrrrrr RETCD=yyyyyyyy RSNCD=zzzzzzzz

Explanation

IMS is unable to load a dependent region user exit routine. The reason text gives more details regarding the error.

In the message text:

eeeeeeee
The dependent region user exit type. There is one possible value:
RGINIT
The Region initialization exit. This exit is specified by the RGINIT parameter.
mmmmmmmm
The user exit routine name.
rrrrrrrrr
A brief description of the cause of the error. Possible values include:
NOT FOUND
The user exit routine is not found. This reason is returned if the system completion code is X'00000806', and the reason code is X'00000004'.
UNKNOWN
The reason for failure is not known.
yyyyyyyy
The system completion code that would have been issued without an ERRET exit passed to the LOAD service.
zzzzzzzz
The reason code associated with the system completion code.

System action

The IMS dependent region continues processing.

System programmer response

For the NOT FOUND error, ensure your user exit routine is in a data set in the dependent region JOBLIB or STEPLIB DD concatenation. For the UNKNOWN error, use the return and reason codes in the message to further diagnose why the load failed.

Module

DFSRRC10