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
what is the JCL statement consists of?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the difference between run mode and addressing mode?
Can I send output of job to my remote device careerride123?
what is the resolution for sb37 error
what is use of dcb parameter in dd statement?
whats the diff bw the evaluate also and and?
What are the parameters that are used in creating a gdg?
Can we use DISP=SHR in output file in JCL
what sort card you will use to copy the data from one dataset to another dataset?
How does jcl act on a cobol code?
What is the significance of addrspc parameter in the exec statement?
What is the syntax of JCL statement?
which utility is used to run a cobol-db2 program?
What are steplib and joblib?