what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / swamy
If you dont close cursor in your db2-cobol program, the
program will effectively have a hold on the tablebase and will
prevent other users from acessing it or updating it. Correct
me if i am wrong
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
what is the use of outrecord?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write the code implementing the perform … varying.
What is a scope terminator give example?
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 the difference between AID and HANDLE AID?
In which area will you utilize 88 level items in cobol?
What is the difference between external and global variables in COBOL?
Define static linking and dynamic linking.
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the esds vsam file formats from cobol programs