Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-93
OSS Rename Record
Field Definition
ZVARIANT-TYPE
is the type of ID being changed. Variant type 1 represents user ID, whereas Variant
type 2 represents group ID.
ZREAL-ID
is the OSS real user or group ID.
ZEFFECTIVE-ID
is the OSS effective user or group ID.
ZSAVED-SET-ID
is the OSS saved-set user or group ID.
ZREAL-AUTHTYPE
is the real authentication type of the user.
ZEFFECTIVE-AUTHTYPE
is the effective authentication type of the user.
ZSAVED-SET-AUTHTYPE
is the saved-set authentication type of the user.
OSS Rename Record
The Rename record is generated whenever an OSS file residing in an OSS audited
fileset is renamed. The old pathname appears in the text area, and the new pathname
appears in the ObjectName field in the primary record. The Rename record is
represented in the ZTEXT-AREA of secondary audit record with this template overlay:
DDL Definition
DEF ZSFG-DDL-OSSRENAME-SUBREC.
02 ZPATHNAME TYPE ZSPI-DDL-BYTE OCCURS 1024 TIMES.
END.
Field Definition
ZPATHNAME
is the old pathname of the current file.