Multiple choice technology mainframe

--- writes transient data to a predefined symbolic destination.

  1. WRITEQ TD

  2. WRITE TD

  3. WRITE QTD

  4. WRITE

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

WRITEQ TD is the CICS command that writes transient data to a predefined symbolic destination. The 'TD' suffix indicates Transient Data, which is a CICS facility for temporary data storage. The other options are incorrect: WRITE TD is not a valid CICS command, WRITE QTD has the wrong syntax, and WRITE alone is incomplete.