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 / 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 |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
when can a job time-out occur? How to overcome that?
How to alter the parameters for the existing gdg?
Can I share my data with other jobs? How?
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 to submit a jcl from cics?
How can a fb file convert to vb file using sort program?
Explain about LMQUERY�give a dialog information about a data set
Explain how can return codes be tested before execution of a job step?
what is the purpose of coding notify parameter in job statement?
what is the JCL statement consists of?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How is the record format of an output dataset specified?
Explain the function of a dd statement?
Explain the function of //jcllib statement?