Abnormal end with a user abend procedure (ABENDU)
Use the ABENDU keyword to document a problem when CICS® VR abends with a user abend.
If you have a user abend follow these steps:
- Supplement the ABENDU keyword with the abend code. Use the supplemented
keyword when searching the RETAIN® database.
Sample ABENDU keyword and abend code identifier: ABENDU3007
In this sample, 3007 is the user abend code. For a list of the CICS® VR abend codes, see Abend codes.
- Record these items:
- Name of the terminating module
- Offset in the terminating module
- Control section (CSECT) name
- Offset in the CSECT
- Save the contents of the CICS® VR dump file (DWWDUMP); it can contain additional diagnostic information.
If a message was issued, also use the MSG keyword to specify the message.
Follow the procedures for a system abend, in Abnormal end with a system abend code procedure (ABEND).