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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are the various section in data division and briefly explain them.
What is inspect in cobol ?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the Purpose of Pointer in the string?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are all the divisions of a COBOL program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
) how do u code after getting data?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between comp and comp-3 usage?
What is static and dynamic call in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is Pic 9v99 Indicates in COBOL?