--- writes transient data to a predefined symbolic destination.
-
WRITEQ TD
-
WRITE TD
-
WRITE QTD
-
WRITE
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.