TMF Application Programmer's Guide (G06.24+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
5-22
Record Formats
Variable-length fields:  child node list 
DELETE (3)
This record indicates the deletion of a record from an audited file.  Delete records can 
occur in either the master audit trail or an auxiliary audit trail.
Variable-length fields:  before-image
FILE ALTER (12)
This record indicates that an attribute of an audited file (such as the file’s security, the 
audit attribute, or maxextents) was modified.  No indication of which attribute was 
modified is returned.
For Enscribe files, the value of transid is meaningless because attribute modifications 
are not done within a transaction.
Variable-length fields:  none 
 02 COMMITREC redefines BODY.
 04 TRANSID type binary 64,0.
 04 HOMENODE type binary 32,0. ! system number
 04 PARENTNODE type binary 32,0. ! system number
 04 NUMCHILDREN type binary 16,0. ! # of child nodes
 04 FILLER type x(6).
 02 DELETEREC 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 HOMENODE type binary 32,0. ! system number
 04 BEFORELEN type binary 32,0. ! before-image length
 02 FILEALTERREC 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 PURGEDATA type binary 16,0. ! TRUE if EOF altered
 ! to zero










