Multiple choice technology mainframe

Which ISPEXEC statement is used to retrieve values from ISPF profile?

  1. ISPFGET

  2. VGET

  3. PULL

  4. VPUT

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

VGET retrieves variables from the ISPF profile pool into the current REXX exec. VPUT stores variables back to the profile, while PULL reads from the data stack and ISPFGET is not a valid ISPEXEC command.