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 there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are declaratives and what are their uses in cobol?
What is difference between static and dynamic call in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How many bytes S(8) comp field occupy and its maximum value?
explain sorting techniques in cobol program?
How do you reference the fixed block file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
How you can characterize tables in cobol?
Discuss about changing dataset name in proc.
What is Pic 9v99 Indicates in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.