Explain the basic difference between Intra partition TDQ
and Extra partition TDQ.
Answers were Sorted based on User's Feedback
Answer / chudar
intra partion can be used only with in cics region
transaction and is desructive. ex-tdq can be used outside
cics region and can be reoverable.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / 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 |
which transient data queue support ati?
If we say that bms length of field = 0, then what does that mean?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
why we code ACCUM parameter in cics send time
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Explain the function of the terminal control table?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is the common work area (CWA)?
What is the use of using MDT in CICS? How it works?
Which is the EIB field that gives the date when a task was started?