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 are the beginning and end points of an LUW called?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
Name the two types of transient data queues?
What is dynamic transaction backout?
What is a resident program?
Explain the difference between using the read command with into option and set option?
What is the access method used by DB2?
If we wish to create bms executable, what are the basic steps that the user has to go through?
can anyone tell me about paginglogic in CICS,Please?
What are the common tables in cics and their usage?
what is eib, how is can be used?
what is an MDT in cics