SCF Reference Manual for G-Series RVUs (G06.24+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-004
5-26
ALLOW Command
ALLOW Command
The ALLOW command specifies the maximum number of warnings or errors allowed 
during execution of a command file, an IN file, or a command that refers to multiple 
objects. If the value is exceeded, SCF halts execution of the command file, IN file, or 
multiple-object command. ALLOW affects only commands that issue multiple 
commands or refer to multiple objects.
A typical use of the ALLOW command is to continue the execution of a startup 
command file despite the occurrence of errors from inoperable lines or devices, which 
would otherwise cause the execution of the command file to terminate. ALLOW would, 
in such cases, allow the network to be started. The ALLOW command can be entered 
interactively or from within a command file.
SCF error messages and warning messages are listed in Appendix B. 
OUT file-spec
causes any SCF output generated for this command to be directed to the specified 
file. The variable file-spec is defined on page 5-9. 
ALL
indicates that there is no limit on the number of errors or warnings.
NO
indicates that no errors or warnings are allowed.
count
is an integer specifying the number of errors or warnings permitted during the 
execution of a command.
ERRORS
indicates that the command applies only to errors.
WARNINGS
indicates that the command applies only to warnings.
Considerations
•
If the ALLOW command is not used or if it is entered with no parameters, the 
default setting is NO ERRORS and ALL WARNINGS.
ALLOW [ /OUT file-spec/ ] [ ALL ] [ ERRORS ]
 [ NO ] [ WARNINGS ]
 [ count ]










