Multiple choice technology mainframe

What is the maximum number of exceptions that can be specified with a single 'HANDLE CONDITION' command in CICS?

  1. 14

  2. 15

  3. 16

  4. 17

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

The CICS 'HANDLE CONDITION' command allows a program to specify up to 16 conditions (exceptions) in a single statement. If more are needed, additional HANDLE CONDITION commands must be used.