DFHAP0703 applid An abend (code abcode) has occurred in exit program progname at exit point xxxxxxxx because a backlevel XPI call has been made.

Explanation

The global user exit program progname. has made a backlevel XPI call which has resulted in an 0C4/AKEJ program check.

System action

CICS makes an exception entry in the trace table and returns a zero return code to the exit point. CICS also produces a system dump unless:

  • The module producing the error message is DFHUEH, or

  • You have specifically suppressed dumps in the dump table, or

  • The exit point is XDUREQ. No dump is taken in order to avoid recursive dumping.

CICS continues unless you have specified in the dump table that CICS should terminate.

User response

Reassemble your global user exit program progname. using the current CICS libraries.

For programming information about coding user exit programs see the Customizing with user exit programs.

Module

DFHSUEX

XMEOUT parameters/Message inserts

  1. applid
  2. abcode
  3. progname
  4. xxxxxxxx

Destination

Console