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 can the attributes of one sms dataset be copied to another dataset?
Can I send output of job to my remote device careerride123?
Explain the purpose of the dd keylen parameter?
What does a disposition of (new,catlg,keep) for a dsn mean?
Describe the various parameters utilized in the creation of a gdg?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What do you understand by the term notcat 2 – gs?
Explain the job statement in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the function of the dd dcb keyword?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How gdg are concatenated?
what is DD statement is used in JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
is there any way to execute more than one proc in the same exec statement at the same time..?