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 is the JCL statement consists of?
How can the attributes of one sms dataset be copied to another dataset?
what are the types of abends that occur on job failure? And explain the possible causes of these
which parameter is used to check the syntax of a jcl without executing it?
how you can access an uncataloged dataset in a JCL?
what sort card you will use to copy the data from one dataset to another dataset?
Explain how can a jobs execution priority be modified?
what is use of dsn parameter in dd statement?
What do you understand by the term job time – out and how can you overcome that?
What is the use of disp parameter?
Is it possible to left uncode disp?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of //jcllib statement?
Name the statement which can be used to send data to another mvs jes3 node?
how you will the direct the data to spool using sysout option?