what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / karthic
If the cursor has not been closed, the cursor will occupy
the whole private SQL work area. The next query performance
will be affected.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
Write a program to explain size error.
what are decleratives in cobol?
how to convert the recors form vsam file to db2 table tru file aid
Name the divisions, which are available in a cobol program?
How to remove 2 duplicate records and copy only one using job control language?
Explain how you can characterize tables in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
i need a small 3d program using inline and outline.
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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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
What is perform what is varying?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?