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 / 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 |
Post New Answer View All Answers
What are the difference between jcl and jes?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of the dd dcb keyword?
How to submit jcl through a cobol program?
How dummy is used in jcl?
Is their any limit for data sets?
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' ?
Name what parameter directs the output of the job log dataset?
what is the difference between JES3 and JES2?
What are the parameters that are used in creating a gdg?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What statement can be used to send data to another mvs jes3 node?
How to pass the parameter in parm using linkage section ? (syntax)?