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 cursor in dbms?
What is db2 bind?
Which components manage deadlocks in db2?
How and when does the db2 enforces the unique key?
What is phantom read in db2?
What is the picture clause of null indicator variable?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is bind and rebind in db2?
How to find primary key of a table in db2?
What is dbrm? When it will be created?
What is query_cache_limit?
How is the value function used?
How many databases can be created inside an instance in db2 ?
How can you do the explain of a dynamic sql statement?
Are view updateable?