Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-22
Secondary Audit Record
Field Definitions
ZGROUPID
is the group ID number.
ZGROUPNAME
is the group name.
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 contains a representation of an object showing an
attempted change.
ZSFG-VAL-AUD-REC-AUTH
indicates that the text area contains a representation of a user profile record
that was updated following an authentication attempt.
ZSFG-VAL-AUD-REC-BEFORE
indicates that the text area contains a representation of an object before an
attempted change or read operation.