BPE0021E ABEND code IN BPE SVC INIT MODULE BPESVCI0, PSW=psw1 psw2
Explanation
An abnormal termination occurred while module BPESVCI0 was in control. Module BPESVCI0 is the module that initializes the BPE SVC routine (an internal SVC used by BPE and other IMS components). BPESVCI0 processing is protected by an internal ESTAE, which attempts to retry from the abend and clean up any global resources (common storage, MVS Enqueues) that BPESVCI0 obtained. This message is issued to alert the operator that termination 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 (program status word) at abend.
- psw2
- The second word of the PSW at abend.
System action
BPE collects diagnostic data about the abend, and then resumes execution in a cleanup routine within BPESVCI0. This routine attempts to release any global resources that BPESVCI0 obtained as a part of its processing. The routine returns to the BPESVCI0 caller, which can choose to continue processing or to terminate abnormally.
The first time that BPESVCI0 abends, its ESTAE creates an SDUMP of the address space, and causes a record to be written to the SYS1.LOGREC data set to document the abend. If BPESVCI0 abends a second time or more, its ESTAE does not create another SDUMP. However, it writes a record to SYS1.LOGREC.
System programmer response
Save any memory dump, SYSLOG, and SYS1.LOGREC information and contact IBM® Software Support.