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 |
How do you control cursor positioning?
Can you explain cics transaction gateway?
What is the difference between START and XCTL ?
What is the command which will delete a program LOADed into the main storage using LOAD command?
What is the abend command?
What is Communication Area?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
What is the difference between pseudo-conversational and conversational?
What is ENQ, DEQ ?
Name the cics command used to access current date and time?
What are the databases that CICS can access?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?