WHAT IS MEANT BY COMMIT COMMAND?
Answers were Sorted based on User's Feedback
Answer / labog
Commit saves all the changes made to the database and
closes all Cursors opened except the Cursors with WITH HOLD
option.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harsha
It is used to save the Logical Unit of Work(LUW) to
database.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santhosh
commit means saves the previous transaction done
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnaveni
commit is used to save the previous dml(data manipulation
language ex:insert,upadte,.) statements
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shaikdada
I TOLD IT IS THE LAST EXECUTABLE STATEMENT OF COBOL DB2
PROGRAM.
Is This Answer Correct ? | 2 Yes | 3 No |
What is coalesce in db2?
What is -904 sql code? How to resolve it?
what is SMP/E? and what are the major steps of it? thanks...
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
database DSNDB01 means a.db2 catalog b.db2 directory c.BSDS d.active logs answer with reason please
What is host variable?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What r the comman abends in db2, jcl and cobol???????
How do I delete a table in db2?
What is runstats db2?
What is cursor with hold option in db2?
what is a trigger and types of triggers