when will be use the tdq and tsq??
Answer Posted / aadish
A Transient Data Queue(TDQ) is an area that can be accessed
across CICS region and even by batch applications. In most
of the business models, all daytime CICS activities are read
and processed in batch in the night. The TDQs act as
temporary databases which hold these transaction details and
get deleted once read.They are read destructive.
A temporary storage queue(TSQ) can only be accessed by
programs and transactions from the same CICS region.They
cannot be accesed in batch. They can be read over and over
again unlike a TDQ. They are best used to transfer data
between multiple transactions in the same region.
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
What is a cics task?
Explain how do you intitiate another transaction?
Explain how many exceptional condition can be given in a handle condition?
What is frset?
What does the 'cemt:cics' transactions do?
In a particular cics program, what is the procedure to allocate dynamic memory?
Explain the primary function of the processing program table (ppt)?
name the command that is used to dump the main storage areas related to a task?
What is the pic clause for the any bll cell type of data fields?
What is the eib parameter?
Highlight the difference between a symbolic map and physical map?
How can you use dynamic calls in cics?
What is fset?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
What does the 'cebr:cics' transactions do?