920-AUDIT-END
920-AUDIT-END ends the current transaction and finishes the current unit of work. This routine also unlocks any database records that the transaction locked. The caller loses control if the routine finds an error.
You must ensure that all programs that update the database include this routine. Updates will not occur if this routine is not present.
Library
|
DATABASE |
Input | No input required. |
Output | No output returned. |
Note: The precompiler checks
that all online programs that update a database file use this routine.
Programming Example
See 910-AUDIT-BEGIN.