how will u pass dadta to cobol+db2 program...?
Answer Posted / t srinivasa chary
using host
variables
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What the difference is between continue and next sentence?
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the fixed unblock file formats from cobol programs
Write the code to count the sum of n natural numbers.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Why did you choose to work with ibm mainframe cobol programming?
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 can I get the negative sign while deduct high value from low value
What are the different rules to perform a Search?
What is difference between static and dynamic call in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What are the different rules for performing sort operation?
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.
Name the divisions, which are available in a cobol program?