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 / mohan.chepuri
1) no it is not calling the another pgm,it wil compile
current pgm
2)no
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is DSN parameter and DISP parameter is used for?
What is the purpose of dd?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of the steplib dd statement?
Explain the jcl exec statement?
what is the purpose of coding class parameter in job statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What does a disposition of (new,catlg,keep) for a dsn mean?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is DSN in JCL and what are the parameters to declare the DSN?
which utility is used to run a cobol-db2 program?
What is the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job?