you have one jcl .in sort step 5 files are there.if out of 5
files if one file is uncataloged or not there then how will
you correct your jcl so that problem does not come. you
should not create this file externally.how will u overcome
it.
Answers were Sorted based on User's Feedback
Answer / alokedeb@gmail.com
I agree with Haritha's answer, but the exception is say if
you want to dummy out the 3rd file. If you use "DD Dummy"
then the subsequent 4th and 5th file will not be processed.
So in the override you will have to manually remove the 3rd
file and push the 4th & 5th file above.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkat
you can override the uncataloged file with a dummy file or we can use two job steps in the jcl statement..one to create the 5th file using IEFBR14 utility and IEBGENER to copy records from a file to 5th file..........then sorting can be done.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / haritha
You can override the uncataloged file with a dummy file in
the jcl and run the jcl with the existing 4 files.
| Is This Answer Correct ? | 2 Yes | 2 No |
How to pass data to a program that is coded in an exec statement?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
What is the purpose of include statement in a JCL?
Explain the function of dd disp parameter?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
whats SOC7?
In SPACE,what is directory,RLSE
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the use of ikjeft1b utility in jcl?