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 |
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
What is read-only cursor?
Can we install 2 different versions of Db2 on same mainframe?
What are packages in db2?
What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
what is the use of commit ? and what is the syntax?
What is the usage of open cursor command?
How is a typical DB2 batch program executed ?
Is Cursor exicutable ?
What is lock contention?
why we go for SPUFI for creating tables or for sql queries?