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

Explain the basic difference between Intra partition TDQ and Extra partition TDQ.

2 Answers   IBM,


What is task control and what are the CICS commands associated with it?

2 Answers   IBM,


What is the size of commarea

5 Answers   IBM,


Define cics interface block?

0 Answers  


what is the purpose of using link ?

5 Answers   Kanbay,






What is Tclass in cics?what is its importance? How it is implemented?

2 Answers   IBM,


How to get the sign-on user-id from an application program?

1 Answers  


How do u know if a start command intiated a transaction or a terminal intiated a transaction

2 Answers   ProKarma,


Define exec cics retrieve?

0 Answers  


define the field with ic in the bms map.

0 Answers   IBM,


Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


What is meant by program reentrance?

1 Answers   Amdocs,


Categories