SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
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
This command causes execution of a command file to stop with the detection of
the first error. Warnings are ignored.
-> ALLOW
This command causes execution of a command file to stop when the sixth error is
detected. Warnings are ignored.
-> ALLOW 5 ERRORS