DFHAP0707 applid An abend (code abcode) has occurred in task related user exit program progname.

Explanation

An abnormal end (abend) or program check has occurred in the task related user exit program progname. This implies that there is an error in the exit program, that unexpected data has been input, or storage has been overwritten.

The code is a three digit hexadecimal MVS code (if applicable), followed by a four digit alphanumeric CICS code. The MVS code is a system completion code (for example, X'0C1' or X'D37'). If an MVS code is not applicable, this field is filled with three hyphens. The CICS code is an abend code or a number referring to a CICS message (for example, AKEA is a CICS abend code; 1310 refers to message DFHTS1310).

System action

CICS makes an exception entry in the trace table. A system dump is produced if requested via an entry in the dump table.

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

User response

There might be a logic error in the task related user exit program progname. DISABLE the task related user exit program and correct the error.

For programming information about coding task related user exit programs see the Developing system programs.

Module

DFHERM

XMEOUT parameters/Message inserts

  1. applid
  2. abcode
  3. progname

Destination

Console