Multiple choice technology mainframe

How is an Abend handled in a CICS program ?

  1. By using HANDLE ABEND

  2. By using HANDLE CONDITION

  3. By using ABEND

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In CICS, abends (abnormal terminations) are handled using the HANDLE ABEND command, which allows a program to specify error-handling routines to execute when an abend occurs. HANDLE CONDITION is for normal condition handling, not abends specifically, and ABEND alone is not a command but an event type.