XYGATE Access Control Reference Manual
XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 201 Proprietary and Confidential
C68: PRI
This keyword defines the priority at which the program named in the OBJECT keyword
will execute. The priority value must be between 1 and 199.
If the PRI keyword is not included in the ACACL Command entry, the keyword
CMONIGNORECPU is not set and $CMON is present on the system, the program will
start at the priority returned by $CMON.
If the PRI keyword is not defined and either CMONIGNORECPU is present or there is
no $CMON process, then the program will be started at a priority value one less than
that of the XYGATEAC starting the program.
Syntax:
PRI <numeric value>
Example:
COMMAND START-MEAS
DESCRIPTION "BRING UP MEASURE"
USER SUPER.SUPER
OBJECT $SYSTEM.SYSNN.TACL
ACL $SYSMGR
NULLNULLSTOP NOBREAK
FILE $SYSTEM.START.MEASURES
PRI 198