Multiple choice technology mainframe

What is the command to monitor variable values in XPEDITOR

  1. KEEP <variable name>

  2. SHOW <variable name>

  3. VIEW <variable name>

  4. DISPLAY <variable name>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In XPEDITER, the KEEP command is used to monitor variable values during debugging sessions. The SHOW, VIEW, and DISPLAY commands are not standard XPEDITER commands for variable monitoring.