Multiple choice technology mainframe

What is the command for reading a record form a TSQ? a. GETQ b. READQ c. FROMQ d. READTSQ

  1. A

  2. B

  3. C

  4. D

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

To read a record from a Temporary Storage Queue (TSQ) in CICS, you use the READQ TS command. READQ is the base command for reading from queues, and TS specifies the queue type as Temporary Storage. GETQ, FROMQ, and READTSQ are not valid CICS commands.