Answer Posted / dn
the sqlcode=-805 get in db2 application program due to the mis matching of the load library for program-id(program name ).
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to print 10 to 1 if the input have only 10 digit number?
what is the use of outrecord?
What are the different rules of SORT operation?
What are literals?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is link edit in cobol?
What is report-item in COBOL?
What are the different open modes available in cobol?
explain sorting techniques in cobol program?
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.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the variable block file formats from cobol programs
Write a program that uses move corresponding.
What are 77 levels used for?