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 IMS component of the user exit type being called (for example, BPE, CQS, OM, RM, or SCI).
- type
- The up-to-8 character exit type name of the exit that terminated abnormally.
- module
- The load module name of the exit that terminated 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.
System programmer response
Examine the SDUMP, the SYS1.LOGREC entries, or both to determine the problem with the user exit. Correct the problem with the exit, rebind the exit to the libraries of the job, 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 started.