How do you set a return code to the JCL from a COBOL
program?
Answer Posted / bodasureshreddy
you have to passes the returncode from cobol to jcl
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
Write a cobol program making use of the redefine clause.
What is inspect in cobol ?
how do you reference the rrds file formats from cobol programs
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.
Define static linking and dynamic linking.
How can you get the ksds file records into your cobol program?
Mention the guidelines to write a structured cobol program?
How to remove 2 duplicate records and copy only one using job control language?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write down the divisions of cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different rules of SORT operation?
What are the various section in data division and briefly explain them.