Previous Topic: ExampleNext Topic: Example


Commit

The *COMMIT built-in function enables you to add your own commit points to a program that is executing under i OS commitment control. Commitment control is a method of grouping database file operations that allow the processing of a database change to be either fully processed (COMMIT) or fully removed (ROLLBACK).

There are no parameters for this built-in function.

CA 2E implements the *COMMIT built-in function as an RPG COMMIT statement, and as a COBOL COMMIT statement.