what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / i go crazy
If the cursor is declared WITH HOLD option, then after committing cursor will not close. Otherwise cursor will close automatically after committing or after the end of the program.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
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...)
Mention the guidelines to write a structured cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
In COBOL, what is the different between index and subscript?
what is the use of outrecord?
how to move the records from file to array table. give with code example
What are the cobol coding sheets?
Write a program to explain size error.
What is the difference between binary search and sequential search?
What is a SSRANGE and NOSSRANGE?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Which Search verb is equivalent to PERFORM…VARYING?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is amode(24)?
how do you reference the rrds file formats from cobol programs