what happens if we dont close cursor in db2-cobol pgm?
Answer Posted / manju
When the COMMIT stmt is issued, the cursor is atomatically
closed.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the ksds vsam file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
what is the use of outrecord?
what is search and searchall?what is the diffrence between them?give an best example?
Explain what you understand by passing by value.
Give some examples of command terminators?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between comp and comp-3?
What are the different open modes available in cobol?
Why would you use find and get rather than to obtain?
How do you differentiate between cobol and cobol-ii?
Write the code to count the sum of n natural numbers.
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.
State the various causes of s0c1, s0c5 and s0c7.