Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.

Answers were Sorted based on User's Feedback



Explain the basic difference between Intra partition TDQ and Extra partition TDQ...

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

Explain the basic difference between Intra partition TDQ and Extra partition TDQ...

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

Post New Answer

More CICS Interview Questions

What are the beginning and end points of an LUW called?

1 Answers  


In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?

2 Answers   IBM,


Name the two types of transient data queues?

0 Answers  


What is dynamic transaction backout?

0 Answers  


What is a resident program?

2 Answers   IBM,






Explain the difference between using the read command with into option and set option?

0 Answers  


What is the access method used by DB2?

1 Answers  


If we wish to create bms executable, what are the basic steps that the user has to go through?

0 Answers  


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


What are the common tables in cics and their usage?

0 Answers  


what is eib, how is can be used?

0 Answers   IBM,


what is an MDT in cics

4 Answers   Syntel,


Categories