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 the maximum number of tables that can be joined ?
What are the prerogatives?
What is view db2?
What is index in db2?
How does db2 sample database connect?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
how to resolve -805 . how to see dbrm and package not found
How do you select a row using indexes in db2?
List out the three types of page locks that can be held.
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
What is read-only cursor?