How wil u exicute 7th step in job?



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

How wil u exicute 7th step in job?

Postby srinivas_jonnala » Mon Sep 03, 2007 4:09 pm

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 )
srinivas_jonnala
 
Posts: 2
Joined: Mon Sep 03, 2007 3:10 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby William Thompson » Mon Sep 03, 2007 4:16 pm

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?
William Thompson
 
Posts: 81
Joined: Sat Jun 09, 2007 4:24 am
Location: Tucson AZ
Has thanked: 0 time
Been thanked: 1 time

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

Postby Sivaraj » Fri Oct 19, 2007 4:48 pm

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)
Sivaraj
 
Posts: 2
Joined: Fri Oct 19, 2007 4:46 pm
Location: Chennai,India
Has thanked: 0 time
Been thanked: 0 time

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

Postby abkumarch » Tue Oct 30, 2007 8:12 pm

RESTART=step7 , in the cmd line... and make step8 and after words comment...try it
abkumarch
 
Posts: 21
Joined: Tue Oct 30, 2007 3:14 am
Has thanked: 0 time
Been thanked: 0 time

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

Postby rajashreegoud » Sun Nov 04, 2012 9:19 pm

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)
rajashreegoud
 
Posts: 7
Joined: Sat Nov 03, 2012 7:34 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby enrico-sorichetti » Sun Nov 04, 2012 9:22 pm

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
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post