TS/MP Supplement for Limits Relief (H06.05+, J06.03+)

quotes ("). Valid values are:
"EMS"
Log messages are formatted as event messages.
"TEXT"
Log messages are formatted as text messages.
"filter"
specifies which type of messages are logged, enclosed in double quotes ("). Valid
values are:
"FATAL"
Only fatal messages are logged.
"ERROR"
Messages of this level or higher are logged.
"WARNING"
Messages of this level or higher are logged.
"STATUS"
Messages of this level or higher are logged.
"INFO"
Messages of this level or higher are logged.
"ALL"
All messages are logged.
ACSCTL $SYSTEM.ZACS.ACSCTL
specifies the location of an ACS domain configuration file. This attribute is required but
is not functional in this version of TS/MP; it is reserved for future use.
Considerations
This command creates the BCINI file in $SYSTEM.SYSnn or in the default volume. The
BCINI file contains the SCF configuration for the ACS subsystem. If a BCINI file
already exists from a previous ADD command, the ADD command fails because only
one ACS object can exist in a system.
Before the ADD command is executed, all ACS messages are sent to $0.
Any given attribute can appear only once in an ADD command.
The state of an ACS object after being added is DEFINED.
Examples
The following command adds an ACS object to the local \MARS system:
ADD ACS $ZACS, DOMAIN "MARS" , &
ALL , ENABLE , &
LOG1 $VOL1.LOGFILES.LOG1:"EMS":"ALL" , &
LOG2 $VOL1.LOGFILES.LOG2:"TEXT":"ERROR", &
ACSCTL $SYSTEM.ZACS.ACSCTL
The following command adds an ACS object to the remote system \PLUTO:
ADD ACS \PLUTO.$ZACS, DOMAIN "PLUTO" , &
ALL , ENABLE , &