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
Explain the function of the cics translator?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Can you define ppt and what are its uses?
what are the thress bms options?
What is journal recovery?
Explain the difference between intra partition tdq and extra partition tdq?
What is program reentrance?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
which transient data queue support ati?
Can you define mapset?
Explain the difference between a symbolic map and physical map?
Explain how do you control cursor positioning?
Define an asra abend?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?