Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.
Answer Posted / 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 |
Post New Answer View All Answers
Define cedf?
What is CICS ?
What are the terms cics generally means?
How do we pass parameters into a CICS –DB2 program
What is the difference between pct and fct?
Explain how do you access the records randomly in tsq?
Define temporary storage?
Explain the difference between start and xctl?
How can you access qsam (seq) files from cics?
What is the tcp in the cisc?
Define transient data?
Define RCT.
Can you define attribute byte?
What is the cics command level?
Explain the difference between intra partition tdq and extra partition tdq?