🎴 Flashcard Mode

Mainframe COBOL and JCL Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which INFO-Variable is used to store the current user-id which is connected to demand?

AnswerClick to flip back
A
INFO-USERID
💡 Explanation:

INFO-USERID stores the current user-id connected to demand in CICS. INFO-PREVIOUS-PROGRAM-ID tracks the prior program, INFO-PROGRAM-ID stores the program name, and INFO-CONVERSATION indicates mode status.

Change Mode