BPE0021E ABEND code IN BPE SVC INIT MODULE FRXSVCI$, PSW=psw1 psw2

Explanation

An abend occurred while module FRXSVCI$ was in control. Module FRXSVCI$ is the module that initializes the IMS Database Recovery Facility BPE SVC routine (an internal SVC used by BPE and IMS Database Recovery Facility). FRXSVCI$ 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 FRXSVCI$ obtained. Message BPE0021E is issued to alert the operator that an abend occurred.

In the message text:
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 FRXSVCI$. This routine attempts to release any global resources that FRXSVCI$ obtained as a part of its processing. The routine returns to the FRXSVCI$'s caller, which can choose to continue processing or to end abnormally.

The first time that FRXSVCI$ 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 FRDVCI$ ends abnormally a second time or more, 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

FRXSVCI$