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

Audit File Record Formats
Safeguard Audit Service Manual 520480-031
A - 52
Pattern Search Access Record
Pattern Search Access Record
DDL Definition
DEF ZSFG-DDL-PATTERN-SUBREC.
02 ZPATNUMSEARCH TYPE ZSPI-DDL-UINT.
02 ZPATAUTHZMETHOD TYPE ZSPI-DDL-ENUM.
02 ZPATREDUCTIONLEVEL TYPE ZSPI-DDL-ENUM.
02 ZPATAUTHZRESULT TYPE ZSPI-DDL-ENUM.
02 ZPATTSSTART TYPE ZSPI-DDL-TIMESTAMP.
02 ZPATTSEND TYPE ZSPI-DDL-TIMESTAMP.
02 ZPATAUTHZSPEC TYPE ZSPI-DDL-BYTE OCCURS 26
TIMES.
END.
Field Definitions
ZPATNUMSEARCH
indicates the number of pattern protection records searched and discarded before
determining the outcome.
ZPATAUTHZSPEC
displays the pattern-spec of a pattern protection record used in determining the
object access authorization.
ZPATAUTHZMETHOD
indicates the method used to determine the outcome.
ZPATREDUCTIONLEVEL
indicates the number of search levels used to arrive at a null or unique p
attern.
Possible values are:
ZSFG-VAL-REDLVL-INITIAL
indicates that the initial search for a pattern resulted in an empty or unique
result. A unique result cannot occur when a pattern contains a wildcard. The
first level of searching examines the first non-wildcard characters for a match.
ZSFG-VAL-REDLVL-COLLATION
indicates that the selected p
attern was found by reducing the search set by
using the first pattern in the collating sequence. The second level of searching
is triggered when the first level (REDLVL-INITIAL) gets a match, then that
match is then sent to the pattern matching algorithm. The REDLVL-
COLLATION method indicates that at least one first level match was sent to
pattern matching.