BPE0020I ABEND LIMIT REACHED FOR component type USER EXIT MODULE module
Explanation
The indicated user exit module reached the abend limit for the exit type as specified in the ABLIM parameter on the EXITDEF statement.
In
the message text:
- component
- The name of the owning component of the user exit type being called (BPE or FRX)
- type
- The up-to-8 character exit type name of the exit that ended abnormally
- module
- The load module name of the exit that ended abnormally
System action
No further calls are made to the indicated user exit module until the next refresh of the exit. Refreshing the user exit resets the abend count for the exit to zero, allowing it to be called again.
User response
Examine the SDUMP, the SYS1.LOGREC entries, or both to
determine the problem with the user exit. Correct the problem with the exit,
relink the exit to the job's libraries, and issue the REFRESH USEREXIT
command.
The REFRESH USEREXIT
command loads a copy of the corrected
exit and causes BPE to resume calling the exit module whenever exits of its
type are invoked.
Module
FRXUXCL$