While testing a change made to the BC1TNEQU table, a security violation was encountered and issued error C1E0105E. This was expected, however the C1E0000E message is issued - where is this coming from and why?
The reason the C1E0000E message is being issued is because there is an EXIT1 in place and no messages are coded within the exit. Because Endevor knows that there is an EXIT1, Endevor knows to check for the exit field ECBMSG - if there is nothing there, by default, the message C1E0000E is created using the text from the message in the buffer.
There are 3 things that can be done to resolve the problem:
1. If the exit is not needed, remove it.
2. Ignore the message
3. Update the exit to address the message -