Multiple choice technology mainframe

----- stores temporary data (records) in a temporary storage queue in main or auxiliary storage.

  1. WRITEQ TD

  2. WRITE TD

  3. WRITE QTD

  4. WRITEQ TS

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

WRITEQ TS is the CICS command that stores temporary data in a temporary storage queue. The 'TS' suffix indicates Temporary Storage, which differs from Transient Data (TD). Temporary Storage queues can reside in main or auxiliary storage and are identified by a queue name.