Multiple choice technology mainframe

Which INFO-Variable is used to set the function key number if a function key is received ?

  1. INFO-PROGRAM-ID

  2. INFO-CONVERSATION

  3. INFO-PREVIOUS-PROGRAM-ID

  4. INFO-FUNCTION-KEY

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

INFO-FUNCTION-KEY is specifically designed to store the function key number when a function key is received in CICS. The other variables serve different purposes: INFO-PROGRAM-ID for program name, INFO-CONVERSATION for mode status, and INFO-PREVIOUS-PROGRAM-ID for tracking the prior program.