executing some partiular steps wihtout giving comments



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

executing some partiular steps wihtout giving comments

Postby RAGHAVENDRA » Mon Dec 24, 2007 3:00 pm

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 :)
RAGHAVENDRA
 
Posts: 12
Joined: Mon Dec 24, 2007 2:47 pm
Has thanked: 0 time
Been thanked: 0 time

Re: executing some partiular steps wihtout giving comments

Postby ravi30 » Mon Dec 24, 2007 5:35 pm

just use restart = stepname in your job statement to stat from a particular step!
ravi30
 
Posts: 11
Joined: Wed Dec 19, 2007 3:42 pm
Has thanked: 0 time
Been thanked: 0 time

Re: executing some partiular steps wihtout giving comments

Postby RAGHAVENDRA » Mon Dec 24, 2007 5:51 pm

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
RAGHAVENDRA
 
Posts: 12
Joined: Mon Dec 24, 2007 2:47 pm
Has thanked: 0 time
Been thanked: 0 time

Re: executing some partiular steps wihtout giving comments

Postby vasanthamugi » Wed Dec 26, 2007 2:21 pm

hello ,
u can use conditional statements so, that u can execute some particular steps only
vasanthamugi
vasanthamugi
 
Posts: 14
Joined: Thu Dec 20, 2007 2:38 pm
Has thanked: 0 time
Been thanked: 0 time

Re: executing some partiular steps wihtout giving comments

Postby RAGHAVENDRA » Thu Dec 27, 2007 1:24 pm

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
RAGHAVENDRA
 
Posts: 12
Joined: Mon Dec 24, 2007 2:47 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post