Page 1 of 1

How wil u exicute 7th step in job?

PostPosted: Mon Sep 03, 2007 4:09 pm
by srinivas_jonnala
Hi,
I have 10 steps in one job, i want to exicute only 7th step.
At the first time of exicution plz.(As u aware that "Restart" parameter can be used for second time exicution )

Re: How wil u exicute 7th step in job?

PostPosted: Mon Sep 03, 2007 4:16 pm
by William Thompson
srinivas_jonnala wrote:I have 10 steps in one job, i want to exicute only 7th step.
At the first time of exicution plz.(As u aware that "Restart" parameter can be used for second time exicution )

Where in the explanation of the RESTART Parameter does it specify that it will know if this use if the first or second execution?

Re: How wil u exicute 7th step in job?

PostPosted: Fri Oct 19, 2007 4:48 pm
by Sivaraj
If you donot want a step to be executed, then give COND=(0,LE) after the job step as in
//JS0010 EXEC PGM=ICETOOL,COND=(0,LE)

Re: How wil u exicute 7th step in job?

PostPosted: Tue Oct 30, 2007 8:12 pm
by abkumarch
RESTART=step7 , in the cmd line... and make step8 and after words comment...try it

Re: How wil u exicute 7th step in job?

PostPosted: Sun Nov 04, 2012 9:19 pm
by rajashreegoud
using iebedit utilitie
you run only step7 like

//jobname job notify=&sysuid
//step1 exec pgm=iebedit
//sysut1 dd dsn=a.s.c, disp=old /*pgm which has ten steps/
//sysut2 dd dsn=(*,intrdr)
//sysprint dd sysout=*
/sysin dd *
edit type=include,stepname=(step7)

Re: How wil u exicute 7th step in job?

PostPosted: Sun Nov 04, 2012 9:22 pm
by enrico-sorichetti
kind of late reply, isn' t it ?
after five years and a few days :mrgreen:

did You notice the last post date ...
Tue Oct 30, 2007 4:42 pm