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
Explain the difference between a physical bms mapset and a logical bms mapset?
Highlight the difference between a symbolic map and physical map?
Define TCT.
Explain the mdt in cics?
How ENQ and DEQ used in CICS?
Explain the function of the terminal control table?
Define cebr?
What does the 'cedf:cics' transactions do?
In a CICS program, how will you read a VSAM file?
what are transient data sets defined to cics?
What is the comaera?
Explain how to build up lu 6.2 communication?
what is eib, how is can be used?
What is a cics task?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?