Maybe I gave the wrong answer in the other thread [quoted below]. Back in the days when I used DB2 and CICS together, this is how we had to do it:
Quote:
Normally, when using CICS and DB2, there is a two-phase commit and CICS is the coordinator. Therefor SQL Commits and Rollbacks are not allowed.
Instead, execute a CICS SYNCPOINT ROLLBACK command and it will rollback any uncommitted SQL.
|