U@AUDITEND

U@AUDITEND 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.

Module DATABASE
Input No input required.
Output No output returned.

Programming Example

See U@AUDITBEGIN.