Multiple choice technology programming languages To indicate end of input file EXECIO sets the REXX special variable RC to ? 0 10 2 None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation EXECIO sets RC to 0 when it successfully reads to end-of-file, indicating normal termination without errors. RC=0 is the standard success code in REXX.