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 is the size of commarea

5 Answers   IBM,


I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?

7 Answers  


How do you fire a batch job from a CICS transaction ?

2 Answers   TCS,


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

2 Answers   IBM,


How do you access storage outside your CICS program?

2 Answers   IBM,


What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


What does it mean when EIBCALEN is equal to 1 and other values?

5 Answers  


What is the use of mdt (modified data tag)?

1 Answers  


Define TCT.

1 Answers  


What is a Logical Unit of Work (LUW)?

1 Answers  


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


What is ASRAABEND in CICS?

2 Answers   IBM,


Categories