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 |
Is there any entry for TSQs in CICS tables?
Which transient data queue supports ATI?
What is the different ways to initiate a task?
What is frset?
Can you use occurs in bms map?
What does the BUFFER option in RECEIVE mean ?
How is the stopper byte different from an auto skip byte ?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What does the 'cedf:cics' transactions do?
What is the meaning and use of the EIBAID field?
How ENQ and DEQ used in CICS?
How many maps can we declare in a mapset.what is the limit.