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 / kaushik datta
You can you SAVEPOINT/ROLLBACK logic if you want to use.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is rct?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
How is a typical db2 batch pgm executed?
Is db2 a mainframe database?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What's The Percentage Free Space ?
Explain about rct in db2?
What is dbrm? What it contains?
Mention the various locks that are available in db2.
Explain the benefits you can get from mainframe connect?
What is the use of reorg in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is package in db2 mainframe?
Which components manage deadlocks in db2?
What parameters are used to control the free space in DB2?