


What influence does the user have on transactions?
The user can specify the beginning and end of both a transaction and its subordinate subtransaction(s) (SUBTRANS BEGIN/SUBTRANS END). The user also has the choice at the end of the transaction of keeping (COMMIT) or undoing (ROLLBACK) data modifications.


