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

Audit File Record Formats
Safeguard Audit Service Manual 520480-031
A - 22
Primary Audit Record
DDL Definition
DEF ZSFG-DDL-USER-REMPASSWORD.
02 ZSYSTEMNUMBER TYPE ZSPI-DDL-INT2.
02 ZSYSTEMNAME TYPE ZSPI-DDL-BYTE OCCURS 8 TIMES.
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
ZSYSTEMNUMBER
is the system number, as a 32-bit integer, of the subject.
ZSYSTEMNAME
is the system name, as an ASCII string, corresponding to ZSYSTEMNUMBER.
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 user ID, rather than an alias, is used to gain access to the
system.
Exception 2:
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.