XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix A: The ACCONF File
XYPRO Technology Corporation 108 Proprietary and Confidential
A22: PASSONTIMEOUT
This keyword controls whether the creator process is informed when a XYGATEAC
process times out. If PASSONTIMEOUT is ON and XAC was invoked from a TACL via
the XAC macro and the XYGATEAC process times out, then the invoking TACL will be
logged off. Execution of the XYGATEAC object file without the XAC macro will receive
a timeout message from XYGATEAC and may process the timeout information
differently. This keyword can also be specified on individual ACACL Command Entries
to override the configured value in the ACCONF file.
Syntax:
PASSONTIMEOUT { ON | OFF }
Example:
PASSONTIMEOUT ON
The default is OFF.
A23: PASSTHRU_ABEND
The PASSTHRU_ABEND keyword controls how XYGATEAC responds to the
abnormal termination of the program named in the OBJECT keyword. If
PASSTHRU_ABEND is ON, the abnormal termination message is returned to the
program that started the XYGATEAC session. If PASSTHRU_ABEND is OFF, the
abnormal termination message is not passed to the program that started XYGATEAC.
Syntax:
PASSTHRU_ABEND { ON | OFF }
Example:
PASSTHRU_ABEND OFF
The default value is ON. This value can be overridden by the individual ACACL
Command Entries.
A24: PERUSE_OBJECT
This object filename will be used when the XAC_REPORT macro is instructed to start
PERUSE. The object file defaults to XYPRO’s XYGATESP product if present.
Otherwise, it will default to $SYSTEM.SYSTEM.PERUSE.
Syntax:
PERUSE_OBJECT <object-filename>
Example:
PERUSE_OBJECT $SYSTEM.XYGATESP.PERUSE