DFS555I TRAN tttttttt ABEND (SYSID sss); REASON=reason; MSG IN PROCESS: xxxx (UP TO 78 BYTES OF DATA) time-stamp
Explanation
An application program abend occurred during the processing of transaction tttttttt (in system sss in a multi-system environment). The variable xxxx is replaced by up to 78 characters of the input transaction being processed. A time stamp follows the input transaction data.
If the input
transaction is missing, the following message appears: QMGR
RC NE 0, MSG. NOT AVAIL.
REASON=reason is displayed only if the abend reason code is available. The message can be issued during Create Thread processing or by the dependent region environment controller module (for example, DFSECP10). reason has the following forms:
- For abend 0109
- REASON=xxxxxxxx, where xxxxxxxx is the return code from the APPC/OTMA synchronous shared queue.
- For abend 0119
- REASON=00000008, indicates a problem with timing out.
REASON=00000012, the APPC device or OTMA client explicitly directed IMS to abort syncpoint processing. - For abend 0128
- REASON=xxxxxxxx, where xxxxxxxx is the return code of the APPC Associate service (ATBASOC).
- For abend 0129
- REASON=xxxxyyyy, where xxxx is the SAF return code and yyyy is the RACF or equivalent return code.
- For abend 0711
- REASON=xxxxyyyy, where xxxx is the return code of the RRMS service that failed and yyyy is the abend 0711 reason code.
System action
The input transaction identified by this message is deleted from the system unless this message is preceded by the SUCCEEDED version of message DFS550I.
Operator response
(terminal operator) If this multi-segment message uses Message Format Service to send a formatted screen with a SYSMSG field, only one segment is sent at a time. Press PA1 to retrieve the remaining segments.
(master terminal) See message DFS554A, which always follows this error message at the IMS master terminal. See message DFS550I, which might precede this message at the IMS master terminal.
Programmer response
Correct the cause of the application program abend.