db2 restart logic ?
Answer / ankitha
declare temp table with fields pkey and commit frequency.
then set commit frequency ie after 100 records it should
tabulate the temp table and in procerdure division read the
last pk value and should start updating after that pk value
and should delete this temp tble after the final commit or
stop run.
| Is This Answer Correct ? | 13 Yes | 1 No |
How does DB2 determine what lock-size to use?
How do you eliminate duplicate values in db2?
What is a predicate?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
Can we use select * statement in cobol program without giving field names ???
Plan has the optimized access path in it. But is that optimized access path is attained or known
What is db2 isolation?
what is differnece between DROP TABLE & DELETE TABLE .
How would you print the output of an SQL statement from SPUFI?
What is the purpose of using commit?
What keyword does an SQL SELECT statement use for a string search?
What is a correlated sub query?