What is a two Phase commit in CICS?

Answers were Sorted based on User's Feedback



What is a two Phase commit in CICS?..

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

What is a two Phase commit in CICS?..

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

Post New Answer

More CICS Interview Questions

I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN

4 Answers   Keane India Ltd,


What is meant by PPT and what are its uses?

0 Answers  


Explain the difference between the into and the set option in the exec cics receive map command?

0 Answers  


How will you place cursor on a field called ?EMPNO?.

2 Answers  


Can you explain primary aspect of cics?

0 Answers  






Can you define bms?

0 Answers  


What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


Can you define aica abend?

0 Answers  


What does the 'ceci:cics' transactions do?

0 Answers  


In which table would you make an entry for a BMS map?

2 Answers   IBM,


How do you define Task Work Area?

1 Answers   IBM,


What is the comaera (communication area)?

0 Answers  


Categories