BPE0028I SDUMP FAILED FOR abend ABEND, RC=rc, RSN=rsn

Explanation

IMS Database Recovery Facility BPE issued an SDUMP call to MVS to produce a dump of the address space after an abend, but the SDUMP was not successful.

In the message text:
abend
The abend code for which the dump was taken. 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.
rc
The return code from the MVS SDUMP macro.
rsn
The reason code from the MVS SDUMP macro.

System action

The SDUMP is skipped.

User response

Use the return and reason codes from the MVS SDUMP macro to determine the cause of the SDUMP failure. These return and reason codes are documented in z/OS® MVS Programming: Authorized Assembler Services Reference, Volume 3 (LLA-SDU). If appropriate, correct the cause of the failure so that future dumps are not lost.

Module

FRXINIT$, FRXRSM0$, FRXSVCI$, FRXSVC0$, FRXSYES$