what is the use of tsq and tdq....at what situation we need
to use this...pls tell me....

Answer Posted / bharat naruka

TSQ is temporary storage queue which is used to communicate
between the programs. TSQ may write to a VSAM dataset if
defined with AUXILLARY option or to main storage if defined
with MAIN option. Recovery of data is not possible from TSQ
of the program fails. However, TSQ can be read multiple
times whithout removing the data elements. Also the
elements in the TSQ can be modified.

In TDQ, the data is always written to a dataset. Recovery
of data is possible when the program abends. However, the
data elements can not be modified and are removed after the
TDQ is once read.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention the option used in a cics command to retrieve the response code after execution of the command?

635


Explain ceci transaction commands?

556


Explain the difference between getting the system time with eibtime and asktime command?

558


What are the recoverable cics resources?

596


What is meant by a ‘Transid’ ?

630






What are the cics transactions?

578


Explain how do you terminate an already issued delay command?

538


Name the command which is used to release a record on which exclusive control is gained?

571


Define task work area?

877


What does a cics translator do?

915


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

569


Define RCT.

735


Explain difference between call and link?

556


Differentiate between PCT and FCT.

641


which transient data queue support ati?

691