What is a two Phase commit in CICS?
Answers were Sorted based on User's Feedback
Answer / anna
if we have cics/db2 programm we issue two phase commit.
cics issue syncpoint and send request to db2.
db2 prepare to commit send yes to cics.
cics prepare to commit and when cics ready
db2 commit the updates after cics commit is done.
this logic is called two phase commit.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / reddy
This will happen when we are using EXEC CICS SYNCPOINT.
IT will commit all the resources(VSAM FILES, QUEUES) and DB2
changes are commited.
NOTE:
if we are not using SYNCPOINT, the DB2 changes are
commited, not VSAM,QUEUES until end of job.
| Is This Answer Correct ? | 5 Yes | 3 No |
What is the meaning of the deq command?
What is temporary storage?
An XCTL uses more CPU time than LINK (True or False)
What is ATI? What kind of TDQ can be used?
What is meant by an AICA ABEND?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
How many conditions can you include in a single HANDLE CONDITION command?
What is the COMMAREA(communications area)?
What is the function of the EXEC CICS HANDLE CONDITION command?
What is the cics command level?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
What are the cics transactions?