After Implementing a security exit that has been running in development without issues,
Compliance Event Manager is taking an S0C4 in production.
CCSR010E ECARACRX S0C4 at 0BA25CAC LMOD ICHRIX02
Release : 6.0
Component : COMPLIANCE EVENT MANAGER
There is a problem with the code in the security exit that is doing a lookup:
The search starts at address 009C3DE7 and R7 advances by one byte until it has a
value of 009C3FF9 where the eight-byte compare fails with the S0C4.
At this point the last byte of the compare crosses the page boundary
into unallocated storage at 009C4000.
CEM has recovery active at this point and gets flagged as part of the reporting of the failure.
Actually the issue is with the IBM Exit.
Resolution is to contact IBM for this.