XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 162 Proprietary and Confidential
C20: BREAK_DISABLE_RETURN
This keyword enables users to return to the previous process that was created
XYGATEAC which is an ancestor of the BREAK Disabled process.
Syntax:
BREAK_DISABLE_RETURN {ON|OFF}
ON If BREAK is disabled by an underlying process, it is returned to the previous process.
OFF If BREAK is disabled by an underlying process, it remains disabled.
If this keyword is set to ON, a user can revert to the TACL which created the ancestor
of the BREAK Disabled process from by pressing the Break key. For example, at a
logged-on TACL (outer TACL), if a user executes a XAC TACL (inner TACL) that
contains an INPUT entry to run PATHWAY, a user can get back to the outer TACL
from the PATHWAY screen by pressing the Break key.
Note: Typing pause will never get back to a PATHWAY screen.
If this keyword is set to OFF, XYGATEAC disables a BREAK if it has been disabled by
an underlying process. For example, a user is not able to leave the PATHWAY screen
by pressing the Break key when the keyword’s value is OFF because a BREAK was
disabled by the PATHWAY.
The default value is ON.
Example:
COMMAND BR-RET-ON-1
DESCRIPTION "Revert to TACL from PATHWAY screen
USER XYPRO.IK
OBJECT $SYSTEM.SYSNN.TACL
ACL $EVERYONE
OPENSBYOBJECTS \*.$*.*.*
START_LOGGED_ON
AUDITPROG $*.*.*
STOPONERROR 140,190,191,60,66
SUPPRESSUNTILPROMPT
INPUT "#PROCESSINFO /PROCESSID, PROGRAMFILE/"
INPUT "#XPPD [#PROCESSINFO /PROCESSID/]"
INPUT "PATHCOM /NAME $QA451/ \N1.$XPLD;RUN LOGON;EXIT"
DONOTSTOP $*.*.PATHTCP2
BREAK_DISABLE_RETURN ON
COMMAND BR-RET-ON-2
DESCRIPTION "Revert to TACL FUP from FUP”
USER XYPRO.IK
OBJECT $SYSTEM.SYSNN.TACL
ACL $EVERYONE
OPENSBYOBJECTS \*.$*.*.*
START_LOGGED_ON
AUDITPROG $*.*.*
STOPONERROR 140,190,191,60,66
SUPPRESSUNTILPROMPT