File Manager (base) audit record types
The following table shows the File Manager (base) record types - each record type has a single character code.
| Audit Record Type Code | Usage |
|---|---|
| A | New record. |
| D | Deleted record. |
| E | Record counts. |
| O | Original record. An 'O' record is written for an update (change) operation, and is followed by an 'R' record. |
| R | Replacement record. An 'R' record is written for an update (change) operation, and is preceded by an 'O' record. |
| S | Start of session record. Each 'S' record should have a corresponding 'Z' record. |
| T | Template record. The template is written in internal format. |
| V | Read record. |
| W | Written record. The record was written using the File Manager REXX WRITE function. |
| Z | End of session record. |