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 |
An XCTL uses more CPU time than LINK (True or False)
Explain the thress bms options?
What are the some important fields in the eib block?
In which table would you make an entry for a BMS map?
how do you handle errors in cics programs?
Explain the function of the terminal control table?
Can you define multiple maps in a BMS mapset?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
How many maps can we declare in a mapset.what is the limit.
Explain the different system tables used in cics?
What are the uses of ppt in cics?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?