Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.
Answers were Sorted based on User's Feedback
Answer / chudar
intra partion can be used only with in cics region
transaction and is desructive. ex-tdq can be used outside
cics region and can be reoverable.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rajesh
INTRA PARTITION TD QUEUEs It is a group of sequential
records which are produced by the same and / or different
transactions within a CICS region. These Qs are stored in
only one physical file ( VSAM ) in a CICS region, which is
prepared by the system programmer. Once a record is read
from a queue, the record will be logically removed from the
queue; that is the record cannot be read again. EXTRA
PARTITION TD QUEUEs It is a group of sequential records
which interfaces between the transactions of the CICS region
and the systems outside of CICS region. Each of these TDQs
is a separate physical file, and it may be on the disk,
tape, printer or plotter.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the significance of RDO?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the difference between START and XCTL ?
Define the term mro (multi region operation)?
how do you handle errors in cics programs?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Differentiate between PCT and FCT.
Explain how many exceptional condition can be given in a handle condition?
What is task control?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from