what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?



what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?..

Answer / Vandana Barya

Temporary Storage Queue (TSQ) is a CICS queue used to temporarily store user data while the application processes it. TSQ data is deleted after the transaction ends or when the application specifically releases it. On the other hand, Transient Data Quene (TDQ) stores user data outside of a transaction, allowing it to persist between transactions. TDQ data can be accessed by any transaction that has the necessary authorization.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

What are the attribute values of Skipper and Stopper fields?

1 Answers  


What is DFHBMSCA?

3 Answers  


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


Explain the difference between start and xctl?

1 Answers  


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


What is the purpose of the Program List Table?

2 Answers   IBM,


What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


Explain the cics command that is used for reading a record from the tdq?

1 Answers  


What is meant by an attribute byte?

1 Answers  


How many maps are create in a single mapset?

5 Answers  


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


Categories