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 |
What are the attribute values of Skipper and Stopper fields?
What is DFHBMSCA?
What will happen if the TDQ that you want to delete is not in the DCT?
Explain the difference between start and xctl?
Explain the various ways data can be passed between CICS programs.
How is addressability achieved to the data outside programs working-storage.?
What is the purpose of the Program List Table?
What is the command which will delete a program LOADed into the main storage using LOAD command?
Explain the cics command that is used for reading a record from the tdq?
What is meant by an attribute byte?
How many maps are create in a single mapset?
In case you modify the attribute field of map do you need to recompile the map?