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.
Answer Posted / 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 |
Post New Answer View All Answers
Can I share my data with other jobs? How?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
List in order the hierarchical levels of jcl?
What is the motivation behind coding class parameter in job statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How does jcl act on code(if you take a cobol program)?
What is the function of dd name parameter with a 2 part structure; audit.report?
when does a dataset go uncataloged?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the function of job statement in jcl?
What is the significance of addrspc parameter in the exec statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Differentiate between addressing mode and run mode.