Specifies the execution path a host language program will take
when any embedded SQL statement results in one of these following
exception conditions:
o Row not found
o An error condition
o A warning condition
For these conditions, the WHENEVER statement specifies that
the program continue execution or branch to another part of the
program.