A COMMIT statement (commit_statement) terminates the current transaction and starts a new one.
Syntax
<commit_statement> ::=
COMMIT [WORK]
The COMMIT statement terminates the current transaction and implicitly opens a new transaction. Any locks set within the new transaction are assigned to this transaction. The setting of locks in the new transaction is controlled by the isolation level defined in the CONNECT statement.
Glossary, COMMIT