BPE0018I DUPLICATE EXIT module SPECIFIED FOR component type EXIT - IGNORED
Explanation
While processing a PROCLIB member for a user exit list, BPE found the same user exit module specified more than once in a single exit list (EXITS parameter) on an EXITDEF statement. Only the first instance of the module is in effect; all subsequent specifications of the module are ignored.
In the message text:
- module
- The name of the user exit module that was specified more than once.
- component
- The name of the owning IMS component of the user exit list member that was being processed (for example, BPE, CQS, OM, RM, or SCI).
- type
- The up-to-8 character exit type name of the exit being processed.
System action
The duplicate user exits after the first occurrence are ignored. Processing of the user exit PROCLIB continues.
System programmer response
No response is required. However, you might want to examine the EXITDEF statement to ensure that the exits specified are listed in the correct order for your installation. User exits are called in the order they are listed on the EXITS statement.