I have a Main Program which is calling Sub-Program which is
a DB2 pgm. What will happen if I am not closing the cursor
used in the Sub-program? Please advise..
Answer Posted / abirami
If you do not close the cursor it might give warnign
message, But it will not fail, When you try to open next
time it will give error that cursor is already opened, and
you are tryign to open the same
Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Are you comfortable in cobol or jcl?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Name the divisions, which are available in a cobol program?
What are the cobol coding sheets?
What is the difference between Call and a Link?
What are all the divisions of a COBOL program?
What is length is cobol?
how do you reference the esds vsam file formats from cobol programs
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is rmode(24)
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different rules to perform a Search?