BPE0022E ABEND code IN BPE SVC PROCESSING, PSW=psw1 psw2
Explanation
An abend occurred during BPE SVC processing. The IMS Database Recovery Facility BPE SVC module (FRXSVC0$) establishes an ESTAE to protect its processing. This ESTAE attempts to retry from the abend and clean up any global resources (common storage, MVS ENQs) that FRXSVC0$ obtained. Message BPE0022E is issued to alert the operator that an abend occurred.
- code
- The abend code. For system abends, the format of code is Sxxx, where xxx is the 3-digit abend code in hexadecimal. For user abends, the format of code is Udddd, where dddd is the 4-digit abend code in decimal.
- psw1
- The first word of the PSW at abend.
- psw2
- The second word of the PSW at abend.
System action
IMS Database Recovery Facility BPE collects diagnostic data about the abend, and then resumes execution in a cleanup routine within FRXSVC0$. This routine attempts to release any global resources that FRXSVC0$ obtained as a part of its processing, and returns to the caller of FRXSVC0$, which can choose to continue processing or to end abnormally.
The first time that FRXSVC0$ ends abnormally, its ESTAE takes an SDUMP of the address space, and causes a record to be written to the SYS1.LOGREC data set to document the abend. If FRXSVC0$ ends abnormally a second time or more for the same SVC call, its ESTAE does not take another SDUMP. However, it writes a record to SYS1.LOGREC.
User response
Save any dump, SYSLOG, and SYS1.LOGREC information and contact the IBM® Software Support.
Module
FRXSVC0$