Multiple choice technology mainframe

Which of the following is a psuedo-converstaion command in CICS?

  1. START

  2. LINK

  3. RETURN

  4. GETMAIN

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

RETURN is the pseudo-conversation command in CICS that terminates a transaction and returns control to CICS, allowing the task to be resumed later. Pseudo-conversation in CICS means a task can pause and later resume without losing context. START begins a new task, LINK transfers control to another program, and GETMAIN allocates storage.