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
How can you access qsam (seq) files from cics?
What does EIB mean in CICS?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain how do you control cursor positioning?
Explain the difference between a symbolic map and physical map?
What is interval control?
Define an asra?
What does a cics translator do?
Explain how many exceptional condition can be given in a handle condition?
Can you define cemt?
Explain the difference between link and xctl?
Explain the thress bms options?
Mention the option used in a cics command to retrieve the response code after execution of the command?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?