Safeguard Audit Service Manual (G06.24+, H06.03+)

Audit File Record Formats
Safeguard Audit Service Manual520480-014
A-31
Logoff Record
ZOWNERUSERNUMBER
is the group number, member number of the owner.
ZOWNERUSERNAME
is the user name of the owner.
ZAUTODELETE
indicates whether the group is automatically deleted when it no longer has any
members.
ZDESCRIPTION
is text used to describe the group.
ZADDMEMBER-COUNT
indicates the number of users in the list specified by ZADDMEMBER.
ZADDMEMBER
contains a list of users that were specified in an attempt to add members to a
group. Each entry in the list can contain up to 32 characters. A maximum of 32
entries can appear.
ZDELMEMBER-COUNT
indicates the number of users in the list specified by ZDELMEMBER.
ZDELMEMBER
contains a list of users that were specified in an attempt to delete members from a
group. Each entry in the list can contain up to 32 characters. A maximum of 32
entries can appear.
Logoff Record
If a user successfully logs on at a terminal where a previous user has not logged off,
the Safeguard subsystem automatically logs off the previous user. This type of logoff is
audited if it is specified in the user record of the logged-off user. Information about the
newly logged-on user is represented in the ZTEXT-AREA of secondary audit records
with this template overlay.
DDL Definition
DEF ZSFG-DDL-VERIFYUSER-SUBREC.
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.