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
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
Is db2 a programming language?
What are the uses of db2 optimizer?
what is db2 restart?
How do you concatenate the firstname and lastname from emp table to give a complete name?
i want to maintain uniqueness on pdf without make lf??????????
How do we specify index to include or not during bind process.
What is explain in db2?
What is runstats utility in db2?
What is data manager?
What is copy pending status in db2?
How to run db2 command in windows?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How will you return the number of records in table?
What are the contents of a dclmgen?