Multiple choice technology mainframe

A HANDLE CONDITION remains active until the end of the program or until another HANDLE CONDITION command ? a. True b. False

  1. A

  2. B

  3. CAN'T SAY

  4. ALL

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

In CICS, a HANDLE CONDITION command establishes an error handling routine that remains active for the duration of the program. The only way to deactivate or modify it before program termination is to issue another HANDLE CONDITION command, which either replaces or augments the existing condition handler.