what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / vaid
i think, if we dont close a cursor there will be no problem.
since once the program ends all the database
transaciton/connections are terminated and also commit is
implicitly executed.. so the cursors will be closed.
and all resources held by program will be released.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is difference between static and dynamic call in cobol?
example for sub strings ? and refernce modifications whit output pls
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is Pic 9v99 Indicates in COBOL?
how do you reference the variable unblock file formats from cobol programs
How do we get current date from system with century in COBOL?
What is the difference between next sentence and continue in cobol programing language?
How many sections are there in data division in COBOL?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the use of intialize verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly