I have a DB2 table which has 1000 rows.after udatingg first
110 rows, my job abends. Now what I have to do if I want to
restart the job next time so that it should start updating
from 111th row (without updating first 110 rows again).
Answer Posted / s
When using IBM utilities, RESTART(CURRENT) on the EXEC
statemnt will restart the program from the last committed
point.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the use of predicate?
What are the 2 sqlcodes that are returned?
How can you count the number of rows from a table tab?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is db2 look?
What is the difference between cursor stability and repeatable read isolation levels?
What is the role of data manager in the db2 database?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What are foreign keys in db2?
What is db2 command?
What is lock escalation in db2?
What is ibm db2 connect?
What is declare cursor?
How to execute stored procedures?