Multiple choice technology mainframe Which variable will have the value returned by a subroutine once it completes? RC RETVAL RESULT RV Reveal answer Fill a bubble to check yourself C Correct answer Explanation In REXX, when a subroutine completes execution and returns a value using the RETURN instruction, that value is automatically stored in the special variable named RESULT.