SCF Reference Manual for G-Series RVUs (G06.24+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-004
5-27
ALLOW Command
If ERRORS or WARNINGS is specified but ALL, NO, and count are omitted, ALL
is assumed.
If ALL, NO, or count is specified, but ERRORS and WARNINGS are omitted,
ERRORS is assumed.
When in interactive mode (as defined on page 4-5), the default is ALLOW ALL
errors and warnings.
When in noninteractive mode, the default is ALLOW NO errors or warnings.
Examples
The following command causes execution of a command file to stop with the
detection of the first error. Warnings are ignored.
-> ALLOW
The following command causes execution of a command file to stop when the sixth
error is detected. Warnings are ignored.
-> ALLOW 5 ERRORS