What are extra partition & intra partition TDQs?

Answers were Sorted based on User's Feedback



What are extra partition & intra partition TDQs?..

Answer / krishnakumar

Intra Partition TDQ can be accessed only within the CICS
region where it was defined while Extra Partition TDQ can
be accessed from outside that region also.

Is This Answer Correct ?    9 Yes 0 No

What are extra partition & intra partition TDQs?..

Answer / chiranjeevi jakkampudi

Intra partition tdq is a group of sequential records which can be produced and processed with in the cics region.

Intra partition tdq is read destructive.

intra partion tdq is stored in one physical file.


APP PROGRAM access the intra partion tdq records sequentilally after the records logically deleted from the queue.

extra partition tdq is a group of sequential records which can be produced and processed out side the cics region.

extra partion tdq is not read destructive.

each extra partion tdq record is stored in seperate physical file.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More CICS Interview Questions

What are all things you can do with CEDA?

2 Answers   IBM,


Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)

2 Answers   IBM,


Can any one write coding for scrolling logic or page up & page down?

1 Answers   Cap Gemini, Satyam,


The READ command with INTO option will read the record specified into the data area specified (True or False)

1 Answers  


Specify the requirements for automatic task initiation?

0 Answers  






what is the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


What is meant by an attribute byte?

0 Answers  


Explain the maps in cics?

0 Answers  


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


What is transient data?

1 Answers   IBM,


How are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


What is meant by a ‘Transid’ ?

0 Answers  


Categories