Using the API in a Program
- The U@AUDITBEGIN opens the transaction state.
- The key field values for the record are moved to the D@ fields, then the E@DBDELETE routine reads the record and marks it for change.
- The E@DBDELETE routine deletes the record and its associated index entries.
- The U@AUDITEND routine commits the transaction and closes the transaction state.