Page 1 of 1

executing some partiular steps wihtout giving comments

PostPosted: Mon Dec 24, 2007 3:00 pm
by RAGHAVENDRA
HOW CAN I EXECUTE PARTICULAR SET OF STEPS IN JCL?FOR EXAMPLE

STEP1:
STEP2:
.
.
.
.
.
.
.
.
.
STEP20:
STEP21:
STEP23:
.
.
.
.
.
.
STEP40:
*/
IN THE ABOVE EXAMPLE HOW CAN I EXECUTE STEP20 TO STEP23 ONLY WIHTOUT GIVING ANY COMMENTS TO OTHER STEPS
PLZ SOMEONE CLARIFY MY DOUBT.THANKS IN ADVANCE :)

Re: executing some partiular steps wihtout giving comments

PostPosted: Mon Dec 24, 2007 5:35 pm
by ravi30
just use restart = stepname in your job statement to stat from a particular step!

Re: executing some partiular steps wihtout giving comments

PostPosted: Mon Dec 24, 2007 5:51 pm
by RAGHAVENDRA
ravi30 wrote:just use restart = stepname in your job statement to stat from a particular step!



it starts executing from particular step but it executes till the end of program.but i want only some particular steps only like in above example from step20 to step23 only but not from step20 to step40.

thanks in advance ravi plese do refer my doubt

Re: executing some partiular steps wihtout giving comments

PostPosted: Wed Dec 26, 2007 2:21 pm
by vasanthamugi
hello ,
u can use conditional statements so, that u can execute some particular steps only

Re: executing some partiular steps wihtout giving comments

PostPosted: Thu Dec 27, 2007 1:24 pm
by RAGHAVENDRA
vasanthamugi wrote:hello ,
u can use conditional statements so, that u can execute some particular steps only

thank u very much i got the solution.

thanks & regards,
raghavendra