Using the API in a Program

  1. The 910-AUDIT-BEGIN opens the transaction state.
  2. The key field values for the record are moved to the DB fields, then the 840-MODIFY-<Index> routine reads the record and marks it for change.
  3. The 830-FULL-DELETE-<FileName> routine deletes the record and its associated index entries.
  4. The 920-AUDIT-END routine commits the transaction and closes the transaction state.