Multiple choice technology mainframe

The ---- statement interrupts the linear flow of execution of processing loop or routine.

  1. EXIT

  2. DO

  3. ESCAPE

  4. FOR

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

The ESCAPE statement in Natural interrupts the linear flow of execution, allowing exit from processing loops or routines. EXIT is not a Natural statement, DO and FOR are loop constructs. ESCAPE provides the exit mechanism.