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 |
Explain the different ways of initiating transaction in cics?
What is the function of the Terminal Control Table(TCT)?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Define task work area?
What is the eib?
What is meant by an AICA ABEND?
What is an ASRA abend ?
Explain page up and page down logic along with coding logic in cics?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Can you define mapset?
how do you fire a batch job from a cics txn ?