1)what is compilation jcl for cobol program but it is
calling another program 2)what is compilation jcl for cobol
program but it is calling another program(in this, main
program is pure cobol but sub program is cobol+db2
program.can anyone please answer me for above questions.
it's very urgent
Answer Posted / chandrababu naidu
first precompile the subprogram then compile, linked and then
put into loadlib. later on compile and linked and finally run
the main program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How does jcl act on a cobol code?
in ways data can be passed to a COBOL program from JCL?
How can return codes be tested before execution of a job step?
Explain the purpose of dd dummy statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the purpose of disp parameter?
How jcl is used for testing batch programs?
What are the rules employed while naming the steps in a job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
which parameter is used to check the syntax of a jcl without executing it?
In sms datasets, what is the function of the dd avgrec keyword?
What is the difference between run mode and addressing mode?
What are the parameters that are used in creating a gdg?