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
When do you specify the isolation level?
What is a page in db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is dclgen (declaration generator)?
Is db2 free?
What is host variable?
Can we delete records from view?
What is sqlca’s maximum length?
What is the purpose of using commit?
How do I delete a table in database?
Where do you specify them?
Is schema the same as database?
What is the use of commit in db2?
What is load replace in db2?
What is ibm db2 used for?