What are extra partition & intra partition TDQs?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
Intra Partition TDQ can be accessed only within the CICS
region where it was defined while Extra Partition TDQ can
be accessed from outside that region also.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / chiranjeevi jakkampudi
Intra partition tdq is a group of sequential records which can be produced and processed with in the cics region.
Intra partition tdq is read destructive.
intra partion tdq is stored in one physical file.
APP PROGRAM access the intra partion tdq records sequentilally after the records logically deleted from the queue.
extra partition tdq is a group of sequential records which can be produced and processed out side the cics region.
extra partion tdq is not read destructive.
each extra partion tdq record is stored in seperate physical file.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the common work area?
Are sequential files supported by CICS?
Explain how to handle exceptional conditions in CICS.
What is EXEC CICS RETRIEVE ?
Which is the EIB field that gives the date when a task was started?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
How to make protected field in BMS invisible through application program?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
What is non-conventional programs?
Where are transient data sets defined to CICS?
Name the 3 common ways to create maps?