TMF Application Programmer's Guide (G06.26+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-24
Record Formats
FILE PURGE (14)
This record indicates that an audited file was purged.
For Enscribe files, the value of transid is meaningless because file purging is not done
within a transaction.
Variable-length fields: none
FILE RENAME (16)
This record indicates that an audited file has been renamed. Since Enscribe does not
allow the rename of audited files, this record for all practical purposes indicates the
renaming of an SQL table.
Variable-length fields: none
02 FILEPURGEREC redefines BODY.
04 TRANSID type binary 64,0.
04 DATAFILE type FILESPEC.
04 EXTERNALNAME type DSMSMFILESPEC.
04 OBJECTTYPE type binary 16,0. ! to id SQL/MX objects
04 UNDOFLAG type binary 16,0.
02 FILERENAMEREC redefines BODY.
04 TRANSID type binary 64,0.
04 DATAFILE type FILESPEC.
04 EXTERNALNAME type DSMSMFILESPEC.
04 OBJECTTYPE type binary 16,0. ! to id SQL/MX objects
04 UNDOFLAG type binary 16,0.
04 NEWFILENAME type FILESPEC.