CICS and DB2

When executing a CICS program that updates DB2 tables, if the program performs a LINK to another CICS modules and the Database changes have not been commited, will the process Rollback the database changes or will they still be in place when CICS returns to the main program.

Questions by gbsmith50

Showing Answers 1 - 1 of 1 Answers

CICS have special future for data Base updates i.e. TWO FACE COMMIT. On completion of CICS program, syncpoint will execute which will commit the changes from CICS end and request for DB2 Commit.

For this question, here there is no explicit DB2 Commit request and the CICS not completed. So the changes will rollback. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions