Difference between TSQ & TDQ

Answer Posted / vinod

(1) In Temporary Storage Queues Data is read randomly,
While in Transient Data Queues data must be read
sequentially. (2) In a TSQ data can be read any number of
times as it remains in the queue until the entire Queue is
deleted. In TDQ data item can be read once only. To reuse
the TDQ it must be closed and reopened. (3) Data can be
changed in TSQ, but not in TDQ. (4) 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. The (5) 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

Is This Answer Correct ?    75 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the primary aspect of CICS?

656


What does the 'ceci:cics' transactions do?

635


Name the cics command that gives the length of twa area?

570


cics command level is?

642


How to handle exceptional conditions in cics?

644






How vsam files are read in cics pgms?

721


How can you access esds files from cics?

585


How to get the cursor position when we receive a map?

576


Explain how can you accomplish breakpoint in intertest?

581


Add a field to screen when what's the flow of impact?

2409


Explain the difference between tsq and tdq

597


Explain the difference between the xctl and link commands?

514


Explain the difference between using the read command with into option and set option?

556


Explain how do you dynamically set the cursor position to a specific field?

614


Explain how do you delete item 3 in a five-item tsq?

528