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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / naga

TSQ is a temporory storage queue, it can be used for to pass
data to another program. Thru commarea also can pass data
but only 64k data can be passed.

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More CICS Interview Questions

Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?

2 Answers   Accenture,


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


is it possible to create TDQ's and TSQ's dynamically,How

1 Answers  


Explain how pa key is different from pf key?

0 Answers  






What is the abend command?

0 Answers  


How ENQ and DEQ used in CICS?

0 Answers  


Are sequential files supported by CICS?

1 Answers  


Which transient data queue supports ATI?

2 Answers  


How errors are handled in CICS programs?

0 Answers  


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


What is bms map?

0 Answers  


Categories