What is TSQ and TDQ.what is the the difference?
when you for tsq and when you go for tdq?
Answer Posted / saisankar
What are the differences between TSQ and a TDQ ?
A)
1)TSQ is temporary storage queue.
item no generates automatically for each n every record entered into it.Based on that we can retrive data from the TSQ more than once.In it random read is possible.
2)TDQ is trancient data queue.
no automatic item no generation.
it is read destructive.once we read data record from TDQ that is deleted.In it sequential read is posible.
Data can be changed in TSQ, but not in TDQ.
(3) TSQ can be written to Auxiliary or Main Storage, while
TDQ is written to Disk. Temporary storage is a holding
place, while Transient data is always associated with
destination.
(4) TSQ name is defined dynamically, while a TDQ name need
to be defined in the DCT. Note: An application uses TSQ 's
to pass info' from task to task, while a TDQ to accumulate
records before processing or send data for external use,
such as a print operation or other.
TDqueues are further divided into intra and extra.
intra - with in same regeion.(region restricted)one useful facility is ATI(AUTOMATIC TASK INITIATION).for this TRIGGERLEVEL is useful when we specify triggerlevel as 100
after insertion of 100 records in TDQ-intra what ever task given automatically processed.
extra -cics with batch/communication among more than one region.
(ANY INFO NEED mail to saisankar85@gmail.com)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can you define mapset?
How errors are handled in CICS programs?
What is the pic clause for the data type of length option field type of data fields?
Can you explain enq and deq used in cics?
Explain how do you handle errors in cics programs?
What are the uses of ppt in cics?
When would you use abend command?
Can you define attribute byte?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What do you mean by CEMT?
how do you execute a background cics txn ?
How ENQ and DEQ used in CICS?
Explain the system transid cemt?
How to define a vsam file in cics getting into cics to define a vsam file.
Can you define commarea?