Wednesday, December 7, 2011

CICS : HANDLE ABEND intercepts ASRA abends

HANDLE ABEND intercepts the ASRA abends also.

If an ASRB or ASRA is detected in CICS code, CICS produces a dump before calling your HANDLE ABEND exit.

Abend exit is established as follows.

HANDLE ABEND--+---------------+-
+-PROGRAM(name)-|
+-LABEL(label)--|

When a task terminates abnormally, CICS searches for an active abend exit, starting at the logical level of the application program in which the abend occurred, and proceeding to successively higher levels. The first active abend exit found, if any, is given control.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.