BPE0027E ABEND code IN BPE RESMGR PROCESSING, PSW=psw1 psw2

Explanation

An abnormal termination occurred during BPE resource manager processing while terminating an address space running with BPE services. The BPE resource manager module (BPERSM00) establishes an ESTAE to protect its processing. This ESTAE attempts to retry from the abend and to continue cleaning up global resources. This message 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 (program status word) at abend.
psw2
The second word of the PSW at abend.

System action

BPE collects diagnostic data about the termination and then resumes execution in the main BPERSM00 routine, which attempts to continue cleanup with the next resource after the one that was being processed when the abend occurred.

The first time that BPERSM00 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 BPERSM00 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.

Module

BPERSM00