Multiple choice technology mainframe

In a REXX tool what is the statement to give ISPF commands?

  1. LINK ISPF

  2. USE ISPF

  3. ADDRESS ISPF

  4. POINT ISPF

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

In REXX, to execute ISPF commands or services, you use the ADDRESS ISPF statement. This directs subsequent commands to the ISPF environment. LINK, USE, and POINT are not valid REXX keywords for invoking ISPF services. ADDRESS is the correct command for specifying the target environment.