CICS enterprise bean errors and messages

There are a variety of places to look for error messages from CICS®, the main ones are as follows:
Enterprise Java™ domain (DFHEJnnnn) messages
CICS issues a large number of information, warning and error messages from the enterprise Java domain. Most of these are routed to the CEJL and CJRM transient data queues, others are sent to the console. See CICS Messages and Codes for a complete listing.
CICS JVM (DFHSJnnnn) messages
These are messages issued by the CICS JVM. Most are routed to the transient data queue CSMT. See CICS Messages and Codes for a complete listing.
CICS Development Deployment Tool (DFHADnnnn) messages
These are messages issued by this tool and routed to CICS as SYSPRINT messages. See CICS Messages and Codes for a complete listing.
CICS abend codes
  • AJMA to AJM9 are issued by the CICS JVM
  • AJ01 to AJ99 are issued by Java environment setup class Wrapper
See CICS Messages and Codes for a listing.