what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / vinodquestion
I am not confident about this answer::
I think no problem when u not close cursor. But problem occurs when you again OPEN CURSOR.
When this happen some cursor related errors occurs. I think 502 will show. I Dont know exactly.
Please Correct My answer if it is wrong.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Why did you choose to work with ibm mainframe cobol programming?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you reference the fixed block file formats from cobol programs
what is the use of outrecord?
What is report-item in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Which mode is used to operate the sequential file?
What is amode(24)?
Explain what you understand by passing by value.
Write a cobol program making use of the redefine clause.
What are the different open modes available in cobol?
What is the difference between perform … with test after and perform … with test before?