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
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the difference between using the read command with into option and set option?
What are the ways fot initiating a transaction?
Can you define bms?
list the sequence of steps used to achieve modiication in skip sequential mode?
What is meant by an attribute byte?
How can you access esds files from cics?
Explain how do you terminate an already issued delay command?
how do you execute a background cics txn ?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Explain the maps in cics?
Explain how would you resolve an asra abend?
Explain how do you delete item 3 in a five-item tsq?
Define cics interface block?