What are extra partition & intra partition TDQs?
Answer Posted / chiranjeevi jakkampudi
Intra partition tdq is a group of sequential records which can be produced and processed with in the cics region.
Intra partition tdq is read destructive.
intra partion tdq is stored in one physical file.
APP PROGRAM access the intra partion tdq records sequentilally after the records logically deleted from the queue.
extra partition tdq is a group of sequential records which can be produced and processed out side the cics region.
extra partion tdq is not read destructive.
each extra partion tdq record is stored in seperate physical file.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does EIB mean in CICS?
Specify the requirements for automatic task initiation?
Explain how do you handle errors in cics programs?
Can you explain common systems area?
What is DEQ?
What are the common tables in cics and their usage?
Name at least one of the ways by which a transaction can be terminated?
Explain the purpose of the program list table?
Explain the usage of language in the ppt entry?
Define floating maps with illustration?
Receive consists of buffer option in it. What is the significance of this option?
Define transient data?
What does the 'cemt:cics' transactions do?
Can you define mdt?
Explain the difference between dfhcommarea and tsq?