Commit control option : Specifies whether the program that
implements the function is to run under IBM i 'Commit
control', and if so whether it is to contain the main
commit point or not. IBM i commit control provides a
means of automatically grouping a number of database
updates into a single transaction for the purposes of
recovery: either all the updates will take place, or
none. Refer to the IBM i 'Programmer's Handbook' for
further details on the use of commit control. Note that a
file that is running under commit control must be
journalized.
- 'N' : *NONE - Do not use commit control.
- 'M' : *MASTER - Program is to run under commit control;
program is the controlling program, and contains the
commit points.
- 'S' : *SLAVE - Program is to run under commit control;
commit points are set by another program.