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 |
What is the use of tdq and tsq?
What is the difference between FSET and FRSET?
What is the common work area (CWA)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
Explain how can you accomplish breakpoint in intertest?
Explain the different system tables used in cics?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
How do you get data from a task that began with a START command?
What are the CICS commands associated with transient data queue processing?
How do you delete Item 3 in a five-item TSQ?