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
What is the procedure to solve an ASRA ABEND?
Give certain situations where NEWCOPY is obligatory?
Define an aica abend?
What does the 'cebr:cics' transactions do?
Explain the difference between getting the system time with eibtime and asktime command?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Explain cedf transaction commands?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Can you define mdt?
Explain how and where is the twa size set?
Define the term function request shipping?
Explain the difference between and exec cics xctl and an exec cics link command?
cics command level is?
What is the use of tdq and tsq?
Can you explain exec cics handle condition command?