What are extra partition & intra partition TDQs?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
Intra Partition TDQ can be accessed only within the CICS
region where it was defined while Extra Partition TDQ can
be accessed from outside that region also.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
What are the uses of ppt in cics?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
What do the terms locality of reference and working set mean?
How do you handle errors in CICS pgms ?
What is commarea (communications area)?
If I create a TSQ from one transaction, can I read it from another transaction?
Name some commands used for CICS file browsing.
what is amp?
Explain the difference between and exec cics xctl and exec cics start command?
What are the classifications of the cics program?
What is meant by an attribute byte?
how can you prevent more than one user from accessing the same transient data queue?