Which COND paramter will u use to execute the step only if
the previous step does not execute
Answer Posted / dutta
It is said that if step does not execute..it doesn't said that step execute abnormally.
so i think we must use Cond=EVEN.it says even if previous step excecute abnormally or normally then next step must execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
//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 to do automated restart when a job abends?
How gdg are concatenated?
Explain the jcl exec statement?
How do you overcome this limitation ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
whats the diff bw the evaluate also and and?
what is the use of IEBGENER utility?
How is the record format of an output dataset specified?
What is timing concept in mainframe?
What is the maximum length of a single line of jcl?
what is DSN parameter and DISP parameter is used for?
How is a type of file defined in the jcl that executes the cobol program?
How does jcl specify the job to the operating system?
Explain how can the disposition of sysout datasets be set for an entire jobstream?