User-defined abend code explanations
- abend_code
Is either a CICS or a non-CICS abend code specification.
A CICS abend code specification is the characters "CICS" followed by a 4-digit CICS abend code. It is not case sensitive. For example:
are all valid CICS abend code specifications.CICSFLT1 cicsa123 Cics0100
A non-CICS user abend code specification is a three-character prefix followed by a four-digit user abend code. It is not case-sensitive. For example:
"
are all valid abend code specifications.XYZ0001 prd1234 zzz0999
The three-character abend code prefix is used to identify the load module name in which the user abend is issued. That is, the first 3 characters of the load module name in which the abend occurred, must match the specified abend code prefix. This match permits the same user abend code to be issued from different load modules, each potentially with its own unique explanation.
:abend.must begin in column 1.
:abend.MD11888
An error occurred when attempting to write the invoice
to DDname SYSPRINT.
:abend.EXT0016
Incorrect EXTRACT option specified.
The problem might be one of the following:
- Invalid range
- Typo
Respecify and try again.
When using the LOOKUP command, user-defined abend code explanations appear in the "Abend Codes" main category, under the subcategory "Other Abend Codes", and further separated into categories according to the three character load module name prefix.