how will u pass dadta to cobol+db2 program...?
Answer Posted / vk
Thru PARM paramater in JCl...
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
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.
What guidelines should be followed to write a structured cobol prgm?
Mention the guidelines to write a structured cobol program?
Explain how you can characterize tables in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do we get current date from system with century in COBOL?
What is amode(24)?
Write down the divisions of cobol program?
What is the difference between comp and comp-3 usage?
What is length is cobol?
What is the usage of comp fields in cobol?
What is Pic 9v99 Indicates in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue