BPE0006I aaaa bbbb TCB ABEND cdddd-eeeeeeee,
THD = ffff retrystatus
MODULE ID
= gggggggggggggggggg EP = hhhhhhhh
PSW
= iiiiiiii iiiiiiii OFFSET = jjjjjjjj
R00-03 kkkkkkkk
kkkkkkkk kkkkkkkk kkkkkkkk
R04-07 kkkikkkkk
kkkkkkkk kkkkkkkk kkkkkkkk
R08-11 kkkkkkkk
kkkkkkkk kkkkkkkk kkkkkkkk
R12-15 kkkkkkkk
kkkkkkkk kkkkkkkk kkkkkkkk
R12-15 kkkkkkkk
kkkkkkkk kkkkkkkk kkkkkkkk
Explanation
This seven-line message is printed when an abend occurs. It documents the environment at the time of abend. Each line begins with the message number.
In the message text:
- aaaa
- The owning component of the TCB that ended abnormally (BPE or FRX).
- bbbb
- The 4-character TCB type of the TCB that ended abnormally.
- c
- Whether the abend is a system abend or a user abend. S is for a system abend; U is for a user abend.
- dddd
- The abend code. For system abends, this is a 3-character hexadecimal code. For user abends, this is a 4-character decimal code.
- eeeeeeee
- The value in register 15 at the time of abend. For some abends, this is the abend subcode.
- ffff
- The 4-character IMS Database Recovery
Facility BPE
thread (internal unit of work) name of the thread that was running
when the abend occurred. If the thread type cannot be determined,
this field is set to question marks (
????
). - retrystatus
- Whether or not the abend is being retried that is, whether the
system is attempting to recover from the abend). If the abend is being
retried, retrystatus is the character string
(RETRYING)
. If the abend is not being retried, retrystatus is blank. - gggg...
- The abending module's name from its module ID, if it can be determined.
- hhhhhhhh
- The entry point address of the abending module, if it can be determined.
- iiiiiiii iiiiiiii
- The PSW contents at the time of abend.
- jjjjjjjj
- The offset within the abending module in which the abend occurred, if it can be determined.
- kkkkkkkk
- The contents of the registers at the time of abend.
System action
If the abend is being retried (retrystatus is (RETRYING)
in
the first line of the message), the system attempts to recover from
the abend and the address space continues to function.
If the abend is not being retried, the action taken after this message depends on whether the abending TCB is considered a critical TCB to the address space. If it is not critical, the TCB is ended, but the address space continues execution. If it is critical, the address space is ended abnormally.
User response
Save any dump and SYSLOG information, and contact IBM® Software Support.
Module
FRXINIT$, FRXSYES$