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 |
Which CICS system program is responsible for handling automatic task initialization?
What is meant by program reentrance?
What is fset?
Explain how do you terminate an already issued delay command?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
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??
Explain how can you accomplish breakpoint in intertest?
What is the common work area?
List out all the tables that are a part of cics ?
How is addressability achieved to the data outside programs working-storage.?
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.
Which commend used for terminating a browser operation?