|
WRITEQ TD |
|
|
This command is used to write transient data to a predefined symbolic destination. The destination (queue) is identified in the QUEUE option.
Options FROM(area) specifies the data that is to be written to the transient data queue. LENGTH(len) specifies the length (halfword binary value) of the data to be written. QUEUE(qname) specifies the symbolic name (1-4 alphanumeric characters) of the queue to be written to. The named queue must have been defined to CICS. SYSID(systemname) (remote systems only) specifies the name (1-4 characters) of the system the request is directed.
|