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 |
how can we display negative sign in a map?
What is an ASRA?
Can you define mdt?
Where are transient data sets defined to CICS?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Explain the system transid cemt?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Do you receive the attribute byte in the symbolic map?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Define the term transaction routing?
What is frset?