Multiple choice technology programming languages The command "EXECUTIL TS" in REXX ? Turns on Interactive debug Turns off Interactive debug Stops displays to terminal Resumes displays to terminal Reveal answer Fill a bubble to check yourself A Correct answer Explanation EXECUTIL TS (Trace Start) activates interactive debug mode in REXX. This enables line-by-line execution tracing, allowing developers to step through code and inspect variables during execution.