Multiple choice technology mainframe

Which of the below options will stop executing the DO-END loop and passes the control to the next statement?

  1. EXIT

  2. LEAVE

  3. NOP

  4. None

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

In REXX, the LEAVE instruction immediately terminates execution of a DO loop and transfers control to the statement following the corresponding END clause.