i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / sachin
put cond=(o,LE) in step3
and in step4 keep cond =even
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
//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 can a jobs execution priority be modified?
What is condition checking in jcl? Is this possible?
What is multithreading in jcl?
Explain the function of dd disp parameter?
what is use of dsn parameter in dd statement?
Is it possible to define dd statements as you want?
what is use of disp parameter in dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How jcl work to handle various input output file operations?
Where & How Do You Code Identifier In Jcl?