Multiple choice technology programming languages

The use of interaction of REXX with TSO/ISPF Dialogue Manager is

  1. To create panels

  2. To display panels

  3. To create and display panels

  4. None of the above

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

REXX interacts with the TSO/ISPF Dialogue Manager primarily to display panels that have already been created. The Dialogue Manager handles the actual panel creation, while REXX commands are used to control which panel is displayed and to pass data between panels.