TMF Application Programmer's Guide (G06.26+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-23
Record Formats
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
FILE CREATE (13)
This record signifies the creation of an audited file.
For Enscribe files, the value of transid is meaningless because file creation is not done
within a transaction.
Variable-length fields: none
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
02 FILECREATEREC 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.