Answer Posted / s
WHENEVER is used to specify whether to continue processiong
or branch to another area in your program.
EXEC SQL
WHENEVER CONDITION ACTION
END-EXEC
CONDITION can be SQLWARNING, SQLERROR, NOT FOUND conditions
The ACTION can be CONTINUE or GO TO to branch to another
area in your program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find the number of rows in db2 tables?
How do you find the maximum value in a column in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is the default page size of buffer pools?
What is ibm db2 used for?
What is rebind in db2?
What is null indicator in db2?
What is db2 plan table?
What is a db2 collection?
Why do we bind in db2?
What is cursor stability in db2?
Mention the different locking levels that are available in db2.
What is a cursor in programming?
Define check constraint.
How can we read records for specific member in CL? AND rpg?