when will be use the tdq and tsq??

Answers were Sorted based on User's Feedback



when will be use the tdq and tsq??..

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

when will be use the tdq and tsq??..

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

Post New Answer

More CICS Interview Questions

Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,


What is meant by program reentrance?

1 Answers   Amdocs,


What is fset?

0 Answers  


Explain how do you terminate an already issued delay command?

0 Answers  


What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?

0 Answers   Accenture,






We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


Explain how can you accomplish breakpoint in intertest?

0 Answers  


What is the common work area?

0 Answers  


List out all the tables that are a part of cics ?

0 Answers  


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

3 Answers  


I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.

5 Answers   HSBC,


Which commend used for terminating a browser operation?

0 Answers  


Categories