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 |
In CICS, BMS what is the use of FREEKB parameter
How vsam files are read in cics pgms?
Name some common CICS service programs and explain their usage?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
Explain how DSECT parameter is used in BMS ?
What is the difference between a PF key & a PA key ?
What are the classifications of the cics program?
What does ?Pseudo Conversational? mean?
What are the cics tables?
Can you explain communication area?
What is ENQ, DEQ ?
Can you explain dfhmdf bms macro?