Multiple choice technology mainframe

To pass commands to a specific host environment (ex. TSO), which clause must be used?

  1. HOST TSO

  2. HSTADDRS TSO

  3. ADDRESS TSO

  4. EXEC TSO

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

The ADDRESS clause in REXX directs commands to specific host environments like TSO, CMS, or ISPF. ADDRESS TSO routes subsequent commands to the TSO environment. This is essential when a REXX exec needs to execute TSO-specific commands or access TSO services.