Multiple choice technology mainframe

Which INFO-Variable is used to set to Y if the terminal is in conversational mode,otherwise, it is set to N ?

  1. INFO-PROGRAM-ID

  2. INFO-USERID

  3. INFO-CONVERSATION

  4. INFO-PASSOFF

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

INFO-CONVERSATION is set to 'Y' when the terminal is in conversational mode and 'N' otherwise in CICS environments. This variable specifically tracks the conversational state of the terminal session, unlike INFO-PROGRAM-ID, INFO-USERID, or INFO-PASSOFF which serve different purposes.