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

Audit File Record Formats
Safeguard Audit Service Manual 520480-031
A - 77
Terminal Definition Record
ZPROMPT-BEFORE-STOP
ON indicates that the user is prompted with a confirmation message when the
STOP command is issued.
The default is OFF.
Terminal Definition Record
The Safeguard software maintains a terminal definition record for each terminal that
has been secured with the ADD TERMINAL command. Any attempt to change a
terminal definition is audited. The change generates a pair of secondary records—one
to record the definition before the attempt and one to represent the attempted change.
These definitions are represented in the ZTEXT-AREA of secondary audit records with
this template overlay:
DDL Definition
DEF ZSFG-DDL-LU-SUBREC.
02 ZTERMINAL-NAME TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-PROG TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-LIB TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-SWAP TYPE ZSPI-DDL-BYTE OCCURS 47 TIMES.
02 ZCI-NAME TYPE ZSPI-DDL-BYTE OCCURS 6 TIMES.
02 ZCI-CPU TYPE ZSPI-DDL-INT.
02 ZCI-PRI TYPE ZSPI-DDL-INT.
02 ZCI-PARAM-TEXT TYPE ZSPI-DDL-BYTE OCCURS 255 TIMES.
02 ZFREEZE TYPE ZSPI-DDL-UINT.
END.
Field Definitions
ZTERMINAL-NAME
is the name of the terminal to which this record refers.
ZCI-PROG
is the name of object file of the command interpreter that is st
arted after user
authentication at this terminal. This value is used if no command interpreter is
specified for the user.
ZCI-LIB
is the library file used with this command interpreter.
Note. The ZPROMPT-BEFORE-STOP attribute is supported only on systems running
J06.16 and later J-series RVUs, and H06.27 and later H-series RVUs.