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
what are the commands used to gain exclusive control over a resource?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Specify the requirements for automatic task initiation?
What is the cics command level?
Define an asra?
name the command that is used to dump the main storage areas related to a task?
Explain the primary significance of intra-partition and extra-partition tdqs ?
How do we pass parameters into a CICS –DB2 program
What does EIB mean in CICS?
What is dynamic transaction backout?
What are the cics transactions?
Explain difference between call and link?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Kindly specify the pic clause for the data type of length option field type of data fields?
What is the pic clause for the any bll cell type of data fields?