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
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 |
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 |
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
What is meant by program reentrance?
If I create a TSQ from one transaction, can I read it from another transaction?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
NMDS is both device dependent and format dependent (True or False)
when will be use the tdq and tsq??
What is the abend command?
What is the cics command level?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is the kcp in the cics?