Safeguard Audit Service Manual (G06.24+, H06.03+)
Audit File Record Formats
Safeguard Audit Service Manual—520480-014
A-86
OSS File Attributes Record
02 ZSIZE TYPE ZSPI-DDL-INT2.
02 ZTIMES TYPE ZSFG-DDL-OSSUTIME-SUBREC.
02 ZPATHNAME-LEN TYPE ZSPI-DDL-UINT.
02 ZPATHNAME TYPE ZSPI-DDL-BYTE OCCURS 1024
TIMES.
END.
Field Definitions
ZVARIANT-TYPE
indicates which fields are present in the record. Possible values are:
•
Only ZFILE-MODE
•
ZFILE-MODE, ZUSER-ID, ZGROUP-ID
•
ZFILE-MODE, ZUSER-ID, ZGROUP-ID, ZRDEV
•
ZFILE-MODE, ZUSER-ID, ZGROUP-ID, ZRDEV, ZPATHNAME-LEN,
ZPATHNAME
•
ZFILE-MODE, ZUSER-ID, ZGROUP-ID, ZRDEV, ZSIZE, ZTIMES
ZFILE-MODE
is the file mode.
ZUSER-ID
is the OSS user ID of the file owner.
ZGROUP-ID
is the OSS group ID.
ZRDEV
is the remote device ID.
ZSIZE
is the file size.
ZTIMES
is the access and modification times of the file.
ZPATHNAME-LEN
is the length of the pathname.
ZPATHNAME
is the pathname of the file or contents of symbolic link.