What happens to a cursor after a commit?
Answers were Sorted based on User's Feedback
Answer / angoca
The commit will close the cursor if this last was not
declared with the 'with hold' option.
| Is This Answer Correct ? | 14 Yes | 0 No |
If the cursor is defined with "WITH HOLD" option, it will NOT closed even after the commit operation, else cursor will be closed.
| Is This Answer Correct ? | 0 Yes | 0 No |
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What is a data page?
What is difference between isnull and coalesce?
What is usage pointer in cobol?
what is the difference between normal select query and currosor
Explain about cursor stability?
What are the abend codes occour in ur latest PROJECT in DB2
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
How do you retrieve the first 5 characters of firstname column of db2 table emp?
What is precompiler in db2?
What is deadlock in db2?
What does db2 stand for?