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
Define communication area?
Sync points cannot be requested by the application programs? State true or false
Highlight the difference between a symbolic map and physical map?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What do you mean by CEMT?
Can you use occurs in bms map?
What is mainframe cics?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is the pic clause for the hhmmss type of data fields?
With the use of an alternate index, how is a VSAM file accessed?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the difference between a return with transid and xctl?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?