What are extra partition & intra partition TDQs?
Answer Posted / 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 View All Answers
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Define communication area?
What are the common tables in cics and their usage?
Highlight the points of differences between XCTL and START?
Can you explain dfhmdf bms macro?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Define cics interface block?
What is a cics task?
What is the difference between a return with transid and xctl?
What is the pic clause for the data type of length option field type of data fields?
Can you define ppt and what are its uses?
What are the terms cics generally means?
Explain cemt transaction commands?
What is the use of mdt (modified data tag)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?