Monday, May 3, 2010

CICS ABEND CODES


Murach's CICS Desk Reference
by Raul Menendez and Doug Lowe
Murach © 2002 Citation


  1. Most of the abend codes that occur most often fall into two categories: exceptional condition abends and program check abends.
  2. An exceptional condition abend occurs when a CICS command encounters an unusual situation and the RESP option was not included.
  3. These abend codes starts with AEI OR AEY indicates they are exceptional conditions.
  4. Program Check abend: When a program tries to do operations whch are not allowed by HARDWARE. This results in ASRA abend.
  5. AEIV - Length Error
  6. AEI0 - PGMID Error & AEIO - Duprec
  7. AEI9 - MAP FAIL
  8. AEIZ - Item Error

For an ASRA abend, the Program Status Word (PSW) in the storage dump contains a one-byte code identifying the type of program check.

  • ABM0: The specified map isn’t in the mapset. The map name is misspelled either in the program or in the mapset, or the program specifies the wrong mapset.
  • APCT: The program could not be found or is disabled.