Multiple choice technology mainframe Which instruction is used to transfer the control to a subroutine? INTERPRET ITERATE CALL LEAVE Reveal answer Fill a bubble to check yourself C Correct answer Explanation In REXX, the CALL instruction is used to transfer control to an internal, external, or built-in subroutine. ITERATE and LEAVE control loops, while INTERPRET dynamically executes a string as a statement.