when will be use the tdq and tsq??
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bharani
While implementing Page-up and page-down logic, TSQ is very
useful, the reason behind is, it hold entire data even the
control is returned to CICS.
TDQ is useful when there is requirement for message routing
or printing of messages once the trigger level is reached
| Is This Answer Correct ? | 13 Yes | 1 No |
Can you explain exec cics handle condition command?
What is ATI? What kind of TDQ can be used?
What are the cics commands associated with task control?
Explain how do you access the records randomly in tsq?
In a particular cics program, what is the procedure to allocate dynamic memory?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Can you explain enq and deq used in cics?
Explain how do you set the mdt option to on status, even if data is not entered?
Name some translator and compile options and explain their meaning?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
How ENQ and DEQ used in CICS?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?