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 |
For multithreading an application program need not be re- entrant(True or False).
Do you require a table entry for a TSQ?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Can we define an alternate index on VSAM/RRDS ?
Explain what is a cursor in cics sql processing?
what is the option to be coded on return to associate a transaction identifier with next terminal.
Name the two types of transient data queues?
What is a transid and explain the system transid CEMT?
What is frset?
What is the meaning of BMS length of field = 0?