TMF Application Programmer's Guide (G06.24+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
5-21
Record Formats
Within some of the record definitions, the EXTERNALNAME entry refers to the
following DSMSMFILESPEC definition:
ABORT (1)
This record is generated whenever a transaction is aborted. Abort records can occur
only in the master audit trail.
Variable-length fields: none
AUX POINTER (17)
This record shows ranges of audit for each auxiliary audit-trail file, creating a logical
ordering among all audit records in audit trails on a given system. Aux pointer records
can occur only in the master audit trail.
Variable-length fields: aux pointers
COMMIT (2)
This record is generated whenever a transaction is made permanent by a call to
ENDTRANSACTION. Commit records can occur only in the master audit trail.
definition DSMSMFILESPEC.
02 FILENAME type character 36. ! \sys.$vdp.svol.file
! blank-filled on right
02 FILENAME-I type binary 16,0 occurs 18 times
redefines FILENAME.
end ! of definition DSMSMFILESPEC.
02 ABORTREC redefines BODY.
04 TRANSID type binary 64,0.
04 HOMENODE type binary 32,0. ! system number
04 FILLER type x(4).
02 AUXPOINTERREC redefines BODY.
04 NUMAUXTRAILS type binary 16,0. ! # of auxiliary
! audit-trail files