what is commit & rollback? When and where is used while
compiling a cobol-db2 program?
Answer Posted / karthikeyan
Commit:After end of the every permanent Transaction we used
commit.This is most probably used used for record tracking
purpose in the issue log.
Rollback:If any error occur during ur transaction (ex: any
data error) ur procedure will autoimatically call the
rollback procedure and it rollback all the stored record
from the table.u want to use the save point concept while
using the rollback.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How does db2 sample database connect?
Explain about mirror activator disk mirroring?
Is db2 a programming language?
Can we update view in db2?
What is a db2 package?
What is nvl in db2?
What is with ur in db2?
How do I start db2 in windows?
How can we read records for specific member in CL? AND rpg?
How to rename a table in DB2 ?
What is the maximum size of varchar data type in db2?
What is concurrency?
Mention the definition of cobol in varchar field.
What is the difference between using bind () and rebind () methods of naming class?
What is bind in db2?