what is commit & rollback? When and where is used while
compiling a cobol-db2 program?
Answer Posted / naveen
Commit is used when the changein the record is to be made
permanent.
It is coded in Cobol-DB2 program after some frequency of
record is processed.
Rollback is Issued by the DB2 system/will be coded by User
when it any abends/errors occurs while processing.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the latest version of ibm db2?
What do you mean by commit and rollback?
What is a trigger in the db2 database?
How do you select a row using indexes in db2?
What is runstats utility in db2?
What is the maximum number of columns in a db2 table?
How is deadlock resolved?
What is multi row fetch in db2?
What is copy pending and check pending in db2?
What is the role of data manager in the db2 database?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What do you mean by between and in? Is between inclusive of specified range values?
what is the role of the cursor in db2?
What is dbrm in db2 database?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?