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
Can you define bms?
Explain the primary function of the processing program table (ppt)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain the difference between a physical bms mapset and a logical bms mapset?
What are the types of processes to create a map in cics?
Explain the function of the terminal control table?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain how do you set the mdt option to on status, even if data is not entered?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What are fset, frset?
What are the ways fot initiating a transaction?
what is the cics command used to access current date and time?
Explain how to build up lu 6.2 communication?
How can you access esds files from cics?