Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.
Answer Posted / rajesh
INTRA PARTITION TD QUEUEs It is a group of sequential
records which are produced by the same and / or different
transactions within a CICS region. These Qs are stored in
only one physical file ( VSAM ) in a CICS region, which is
prepared by the system programmer. Once a record is read
from a queue, the record will be logically removed from the
queue; that is the record cannot be read again. EXTRA
PARTITION TD QUEUEs It is a group of sequential records
which interfaces between the transactions of the CICS region
and the systems outside of CICS region. Each of these TDQs
is a separate physical file, and it may be on the disk,
tape, printer or plotter.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of the eibaid field?
Explain the difference between a package and a plan.
Explain how can you accomplish breakpoint in intertest?
What is the pic clause for the any bll cell type of data fields?
What is a transid?
In a particular cics program, what is the procedure to allocate dynamic memory?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What are the types of important programs that are used in the cics?
Explain the logical message in cics?
what are the differences between and exec cics xctl and exec cics start command?
What is the procedure to read a statement from tsq?
What Are Send Map Maponly & Send Map Dataonly ?
What is mainframe cics?
Explain the difference between link and xctl?
What is frset?