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 |
What is the function of dd name parameter with a 2 part structure; audit.report?
How to identify where file is empty or not? How many ways are there to identifying?
how to resolve soc-7 ? please tell me
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
how to see the latest generation in gdg?
what is the meaning of keyword in jcl?what is is opposite?
Passing a variable parm from JCL to a cobol/db2 program
What is DYNAMBR in jcl?
jcl is like a complier....?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
In sms datasets, what is the function of the dd mgmtclas keyword?