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 is the meaning and use of the EIBAID field?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
How to test CICS, MainFrame applications
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Is it possible start a transaction CICS from job Batch? How do it?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
What is the use of DSECT parameter in BMS?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
Different types of BMS Macros
Define transient data?
How many maps are create in a single mapset?