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, compile, linked and bind the subprogram
i.e.,subprogram put into loadlib. later on compile and linked
and run the main program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
What is the function of dd name parameter with a 2 part structure; audit.report?
How would you understand error(execution phase)?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
define cond parameter in jcl?
a dd statement has 2 types of parameters. Name them?
i want to store 20 digits . how will u do it in cobol ?
What are the parameters that are used in creating a gdg?
Explain dd statement in jcl?
Explain the purpose of the dd keylen parameter?
Explain the function of dd disp parameter?
What does a disposition of (new,catlg,keep) for a dsn mean?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the hierarchy levels in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?