Unit of work

A unit of work is one or more requests that are committed or rolled back as a group.

If all the requests process successfully, the unit of work is committed, and the requested changes to the database are permanent. Depending on the setting of the TransactionMode property, either the client application or the DB2 access service issues the commit statement.

For more information about the StopCondition property, see “StopCondition property”. For the conditions under which the DB2 access service stops processing, see “StopCondition”.