Suppressing U4095 abends
MainView Infrastructure address spaces routinely use U4095 abends to terminate tasks. In most cases, MainView Infrastructure ESTAE processing suppresses the messages and dump that are associated with the abend.
Any other services which a MainView routine calls might accidentally get caught by the ABEND service that MainView Infrastructure uses to terminate tasks. This is similar to the S13E ABEND service that z/OS uses. These routines might take a system dump which is unnecessary and might be disruptive. A SLIP trap can be used to trap this event and prevent the dumps. Any messages or LOGREC entries are still recorded.
BBSAMP member BBMSLPBM contains the following SLIP command for suppressing U4095 abends:
You can use this SLIP command in one of two ways:
- Copy BBMSLPBM to SYS1.PARMLIB(IEASLPBM) and add the statement SLIP=BM to an IEACMDxx member.
- Copy the SLIP command to a COMMNDxx or IEACMDxx member.