Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-21
Primary Audit Record
ZUSERNAME
is, in external form, the group name.member name of the subject. This field is
blank if an alias is used to gain access to the system.
ZALIASNAME
is the alias name under which the user gained access to the system. This field is
blank if the underlying user ID, rather than an alias, is used to gain access to the
system.
If the object description template contains ZSFG-VAL-OBJ-USER-REC or ZSFG-VAL-
OBJ-GUARDIAN-USER as the object type, the ZOBJECT-NAME field is overlaid with
this structure:
DDL Definition
DEF ZSFG-DDL-GUARD-USER.
02 ZUSERNUMBER TYPE ZSFG-DDL-AUD-USERNUMBER.
02 ZUSERNAME TYPE ZSPI-DDL-BYTE OCCURS 18 TIMES.
02 ZALIASNAME TYPE ZSPI-DDL-BYTE OCCURS 32 TIMES.
END.
Field Definitions
ZUSERNUMBER
is, in internal form, the group number, member number of the subject.
ZUSERNAME
is, in external form, the group name.member name of the subject. This field is
blank if an alias is used to gain access to the system.
ZALIASNAME
is the alias name under which the user gained access to the system. This field is
blank if the underlying ID, rather than an alias, is used to gain access to the
system.
If the object description template contains ZSFG-VAL-OBJ-GROUP as the object type,
the ZOBJECT-NAME field is overlaid with this structure:
DDL Definition
DEF ZSFG-DDL-GROUP-OBJECT
02 ZGROUPID TYPE ZSFG-DDL-INT2
02 ZGROUPNAME TYPE ZSPI-DDL-BYTE OCCURS 32 TIMES.
END.