Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)
Audit File Record Formats
Safeguard Audit Service Manual — 520480-031
A - 25
Secondary Audit Record
ZGROUPCREATORISALIAS
indicates, when true, that ZUSERCREATORNAME is an alias name.
ZGROUPNODENUMBER
denotes the node number where the requested subject is created.
ZGROUPCREATIONTIME
is a 64-bit GMT timestamp specifying the date and time when the requested
subject was created.
Secondary Audit Record
Secondary audit records are subordinate records that provide additional information
about an object access that causes a change to one or more of the object's attributes.
A secondary audit record is always linked by a common ZAUDITNUMBER value to a
preceding primary audit record.
DDL Definition
DEF ZSFG-DDL-SECONDARY-RECORD.
02 ZRECORD-TYPE TYPE ZSPI-DDL-ENUM.
02 ZRECORD-LEN TYPE ZSPI-DDL-UINT.
02 ZAUDITNUMBER TYPE ZSPI-DDL-BYTE OCCURS 10 TIMES.
02 ZTIME-REPORTED TYPE ZSPI-DDL-TIMESTAMP.
02 ZTIME-RECEIVED TYPE ZSPI-DDL-TIMESTAMP.
02 ZVERACITY TYPE ZSPI-DDL-ENUM.
02 ZSEQUENCE-COUNT TYPE ZSPI-DDL-UINT.
02 ZTEXT-AREA-TYPE TYPE ZSPI-DDL-ENUM.
02 ZTEXT-AREA TYPE ZSPI-DDL-BYTE OCCURS 4036 TIMES.
END.
Field Definitions
ZRECORD-TYPE
indicates the type of change described by this record. This field has one of these
values:
ZSFG-VAL-AUD-REC-AFTER
indicates that the text area cont
ains a representation of an object showing an
attempted change.
ZSFG-VAL-AUD-REC-AUTH
indicates that the text area cont
ains a representation of a user profile record
that was updated following an authentication attempt.