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
How ENQ and DEQ used in CICS?
Define an aey9 abend?
What is the meaning of the eibaid field?
What are some of the cics commands associated with interval control?
What is meant by PPT and what are its uses?
What is the procedure to solve an ASRA ABEND?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain how do you intitiate another transaction?
What is the comaera?
Explain how do you access the records randomly in tsq?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Can you use occurs in bms map?
What Are Send Map Maponly & Send Map Dataonly ?
What is the cics command level?
If we say that bms length of field = 0, then what does that mean?