Can any one tell me about Restart logic in DB2.
Answers were Sorted based on User's Feedback
Answer / girish kumar
suppose if we have 1000 rows for update, while we updating
incase if we get abend occures at 999 even a single record
could not be saved to database with out execute commit.
so that if we can place a commit for every 100 records
incase abend occres at 999 cursor start for 900 onwords by
issuing rollback along with commit.
this is db2 logic better to refer MUTTU REFRESHNER
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / muneer
suppose if we have 1000 records while retriving data we got
abend at any stage we will use restart logic.this is the
basic idea of restart logic...
| Is This Answer Correct ? | 1 Yes | 1 No |
What is db2 stogroup?
Do we need cursor for Count(*)?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
What is FREEPAGE and PCTFREE in TABLESPACE creation?
What are db2 objects?
How to access db2 tables in mainframe?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
What is the maximum number of tables that can be stored on a Partitioned Table Space ?
Explain about cursor stability?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is dbrm?