Multiple choice technology programming languages

The command "EXECUTIL TS" in REXX ?

  1. Turns on Interactive debug

  2. Turns off Interactive debug

  3. Stops displays to terminal

  4. 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.