what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / i go crazy
If the cursor is declared WITH HOLD option, then after committing cursor will not close. Otherwise cursor will close automatically after committing or after the end of the program.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
What are the cobol coding sheets?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is static and dynamic call in cobol?
In COBOL, what is the different between index and subscript?
Write the code implementing the perform … varying.
Explain what you understand by passing by value.
what is amode(24), amode(31), rmode(24) and rmode(any)?
) How do u handle errors in BMS macro?
What is the usage of comp fields in cobol?
Can a Search can be done on a table with or without Index?
What is amode(24)?
What is the difference between next sentence and continue in cobol programing language?
What is rmode(24)
how do you reference the rrds file formats from cobol programs