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
What is Pic 9v99 Indicates in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
Can we redefine the field of x(200) to less than 200?
how do you reference the printer file formats from cobol programs
What is the difference between comp and comp-3?
What do you understand by psb and acb?
In COBOL, what is the different between index and subscript?
Write a program to explain size error.
How to print 10 to 1 if the input have only 10 digit number?
Explain what you understand by passing by value.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In COBOL programming, what is PERFORM? What is VARYING?
What is difference between static and dynamic call in cobol?
How you can read the file from bottom?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)