What are extra partition & intra partition TDQs?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the size of commarea
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?
How do you fire a batch job from a CICS transaction ?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
How do you access storage outside your CICS program?
What RCT Entries will you make for a CICS DB2 program??
What does it mean when EIBCALEN is equal to 1 and other values?
What is the use of mdt (modified data tag)?
Define TCT.
What is a Logical Unit of Work (LUW)?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What is ASRAABEND in CICS?