Multiple choice technology mainframe

How can unusual conditions be handled in CICS.

  1. By writing an ALC exception handling routine

  2. With the RESP clause or HANDLE instructions.

  3. Calling the CICS Error Handler

  4. Via a call back routine.

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

CICS provides two main mechanisms for handling unusual conditions: the RESP option returns a response code that you can check after each command, and HANDLE CONDITION/ABEND commands let you specify error handling routines. Option A is non-existent terminology, while C and D are not standard CICS approaches.