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 and many other programming languages, the CALL instruction is used to transfer control to a subroutine or function.