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



what is the use of tsq and tdq....at what situation we need to use this...pls tell me......

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

what is the use of tsq and tdq....at what situation we need to use this...pls tell me......

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

Post New Answer

More CICS Interview Questions

Differentiate between PCT and FCT.

0 Answers  


What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?

3 Answers  


What is the CICS LOAD command?

3 Answers   IBM,


what is the most common way of building queue-id of a tsq?

0 Answers   IBM,


What are the types of processes to create a map in cics?

0 Answers  






If no exception handling is provided in the program, what will happen ?

1 Answers  


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


What is a cursor in CICS sql processing?

1 Answers   IBM,


interview type questions like basics&deep

0 Answers   TetraSoft,


What are the main topics in CICS to prepare for interview purpose and for real time purpose?

2 Answers   iGate,


How do you access storage outside your CICS program?

2 Answers   IBM,


What is an AEY9 abend ?

4 Answers   IBM, Xansa,


Categories