ERROR Keyword (INSERT command)
The optional ERROR
keyword controls the handling of error conditions in inserted
files. The keyword is followed by an equals sign (=) and one of the following alternatives:
- CONTINUE
- Errors in inserted files do not automatically stop command processing. The inserted
commands are treated as part of the normal command stream, and command processing continues in the
normal fashion. This is the default if the
ERROR
keyword is omitted. - STOP
- Command processing stops when the first error in an inserted file is encountered. This is
compatible with the behavior of command files included with the
INCLUDE
command.