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
Is automatic restart possible in jcl? If yes, how?
Is it possible to left uncode disp?
how would you create a temporary dataset? And where will you use them?
What are some jcl statements that are not allowed in procedures?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How jcl is used for testing batch programs?
what is the use of JCL?
what is the compile process of cobol program expalin with code
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is multithreading in jcl?
How to override loadlib?
how you can direct the data to spool using SYSOUT option?
What is timing concept in mainframe?
Is their any limit for data sets?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?