Safeguard Audit Service Manual (G06.29+, H06.08+, J06.03+)

Audit File Record Formats
Safeguard Audit Service Manual 520480-031
A - 23
Primary Audit Record
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.
Exception 3:
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.
Field Definitions
ZGROUPID
is the group ID number.
ZGROUPNAME
is the group name.
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.
02 ZPRIVLOGONOPER TYPE ZSPI-DDL-UINT.
02 ZUSERCREATORNUMBER TYPE ZSFG-DDL-AUD-USERNUMBER.
02 ZUSERCREATORNAME TYPE ZSPI-DDL-BYTE OCCURS 32 TIMES.
02 ZUSERCREATORISALIAS TYPE ZSPI-DDL-UINT.
02 ZUSERNODENUMBER TYPE ZSPI-DDL-INT.
02 ZUSERCREATIONTIME TYPE ZSPI-DDL-TIMESTAMP.
END.