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 |
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
What are the CICS commands associated with transient data queue processing?
Once a transient data queue is read, can it be reread?
If DATAONLY option is specified in the SEND MAP command what will happen?
How to execute a cics program from a paticular date and time .or specified date and time.
Explain page up and page down logic along with coding logic in cics?
List out all the tables that are a part of cics ?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
What is data only and map only in cics
What?s the CICS command used to access current date and time?
Mention the content that is present inside a PPT ?
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?