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
What does db2 blu stand for?
How is a typical db2 batch pgm executed?
What type of database is db2?
What is the maximum size of varchar data type in db2?
What is the max length of sqlca?
How do I delete a column in db2?
Why select is not preferred in embedded sql programs?
How can you count the number of rows from a table tab?
Is db2 a mainframe database?
What is db2 connect?
What is the function of logging in the db2 database?
What is temporal table in db2?
What are db2 objects?
What is the latest version of ibm db2?
Explain what are the various isolation levels possible?