DFHSR0001 applid An abend (code aaa/bbbb) has occurred at offset X'offset' in program progname.
Explanation
An abnormal end (abend) or program check has occurred in program progname. Storage protection is active, and CICS was executing in USER key at the time of the abend or program check.
The code aaa is a three digit hexadecimal MVS system completion code (for example, 0C1 or D37). If an MVS code is not applicable, this field is filled with three hyphens. The four digit code bbbb, which follows aaa, is a user abend code, produced either by CICS or by another product on the user's system. Message DFHME0116, which contains the symptom string for this problem, is produced.
System action
An exception trace entry is made giving details of the error. System dump SR0001 is taken unless you have specifically suppressed dumps for that dumpcode in the dump table.
CICS continues and abends the transaction, unless you have specified in the dump table that CICS should terminate. The transaction abend code is ASRA, ASRB, ASRD or ASRE.
User response
As the execution key was USER key, modname is probably a customer application program. Review this program and correct the error.
Note that if the error was an 0C4 program check caused by an attempt to overwrite a CICS DSA, the exception trace entry indicates which DSA the program attempted to overwrite. If this is the case, also refer to the explanation for message DFHSR0622.
For advice on problem determination, refer to the Troubleshooting and support section.
Report the details of the symptom string given in message DFHME0116. It will aid problem determination.
If you want to suppress system dumps that precede ASRA, ASRB, ASRD or ASRE abends when the execution key is USER, you must specify this on an entry in the dump table for system dumpcode SR0001. Use either CEMT or an EXEC CICS command. Further guidance on this can be found in the Configuring.
Module
DFHSRPXMEOUT parameters/Message inserts
- applid
- aaa/bbbb
- X'offset'
- progname
Destination
Console