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
anyone please answer me for above questions. it's very urgent
Answer / guest
2)through IKJEFT01 utility we will compile the pgm
1)through NTLDR
Is This Answer Correct ? | 0 Yes | 0 No |
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
how many max steps can we use in a job? pls answer to my question
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Explain the function of job statement in jcl?
How can a job send a status message to a tso user at the completion of a job?
How many parameters are there to a DISP statement and what are their uses ?
what does mvs stand for?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
What are the common keyword parameters in both job and exec statements
What does S0C4 error mean?