BPE0016I ERROR LOADING componenttype EXIT module (service RC=rc)
Explanation
While processing a PROCLIB member for a user exit list, IMS Database Recovery Facility BPE was unable to load a user exit that was specified on an EXITDEF statement.
- component
- The name of the owning component of the user exit list member that was being processed (for example, BPE or FRX).
- type
- The up-to-8 character exit type name of the exit that could not be loaded.
- module
- The load module name of the exit that could not be loaded.
- service
- The name of the failing service that prevented the exit from being loaded. The most likely failing service is BLDL, which is the MVS service that IMS Database Recovery Facility BPE uses to locate the user exit module to load. This usually means that BLDL could not find the indicated exit module in the STEPLIB or JOBLIB data set for the job.
- rc
- The 4-digit hexadecimal return code from the failing service.
System action
The user exit module is ignored. Processing of the PROCLIB member continues. If this error
occurs in the initial PROCLIB member processing during early address space initialization, IMS Database Recovery
Facility BPE ends abnormally with abend U3400, subcode 5. If this
error occurs during REFRESH USEREXIT
command processing, the command is ignored,
and no changes are made to the user exit environment.
User response
Examine the indicated PROCLIB member for the
user exit list and correct the EXITDEF statement for the indicated
user exit type and module. If the BPE0016I message was issued during
address space initialization, restart the address space. If the message
was issued in response to a REFRESH USEREXIT
command,
reissue the command.
Module
FRXUXRF$