XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 178 Proprietary and Confidential
C36: FILE
This keyword names a file to be used as “batch” input to the running OBJECT
program; one line of input at a time is retrieved from the file and is passed to the
OBJECT program. It also causes "PERCENT ON" (token replacement) to be set. FILE
and OBEY cannot be used at the same time. The OBEY keyword should be used if
you want the input to appear as if coming from a terminal. This can make a difference
in the way some programs handle errors.
Syntax:
FILE <filename>
In the Example below, this XAC ACACL Command Entry runs as XYGATE.MGR. The
command file XACEDIT is used as “batch” input to the TACL program. Only local
users in group 10 can execute this command.
Example:
COMMAND EDIT-XAC-ACL
DESCRIPTION "Edit the ACACL file safely"
USER XYGATE.MGR
OBJECT $SYSTEM.SYSNN.TACL
ACL 10,*
START_LOGGED_ON
FILE $SYSTEM.XYGATEAC.XACEDIT
Note: The QUIET keyword can be used to suppress output of the contents of the input
file.