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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Answer / 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 |
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
A job has 150 steps i want to execute only 57th step
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
Is it possible to left uncode disp? If yes, how?
can anyone explain me about sort in jcl with inrec and outrec ?
What are the rules employed while naming the steps in a job?
how to resolve soc-7 ? please tell me
suppose i have 10 job steps and i want to execute only step 6.How to write?
what is instream data
How to override loadlib?
which parameter is use to declare the name of dataset in dd statement?