A job has 150 steps i want to execute only 57th step
Answer Posted / piyush mani
it's easy write restart=step57 in job parameter and write cond in 58th step like cond = (x,eq) where x is expected return code of 57th step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the difference between run mode and addressing mode?
For what purpose steplib and joblib are used ?
What is the function of dd disp parameter?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the use of disp parameter?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the function of the dd avgrec keyword in sms datasets?
Why block size is multiple of lrecl in jcl?
Must tape dataset definitions include vol=ser specifications?
whats the diff bw the evaluate also and and?
//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 /*
What is one line to pass PARM from JCL to COBOL?
how to do automated restart when a job abends?
Is condition checking possible in jcl?