How to execute only th 15th step of JCL consisting of 50 steps?
Answers were Sorted based on User's Feedback
Answer / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
what is the difference between JES3 and JES2?
how can u understand ps and pds from their names ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
what is a steplib
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
delete rules in db2
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
//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 /*
Whats error code s222?
What are some jcl statements that are not allowed in procedures?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,