IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Execute 5th step, then 2nd step and then 7th step


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
knd_r
Currently Banned

New User


Joined: 18 Mar 2005
Posts: 48

PostPosted: Mon May 23, 2005 11:37 am
Reply with quote

hi,

I have 10 steps in my job. I want to execute 5th step, then 2nd step and then 7th step. How to do this?

bye,
ks reddy.
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Mon May 23, 2005 11:54 am
Reply with quote

Hi,
Before posting a query just do a quick search in forum, you will get most of your answers.
For your qns see the following:
ibmmainframes.com/viewtopic.php?t=2710
Back to top
View user's profile Send private message
knd_r
Currently Banned

New User


Joined: 18 Mar 2005
Posts: 48

PostPosted: Mon May 23, 2005 8:10 pm
Reply with quote

hi,

there the job should execute steps 3, 6 and 9. but here the requirement is step5, step2 and step9. how to accomplish this.

thanks,
ks reddy.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon May 23, 2005 8:19 pm
Reply with quote

See this post about executing job steps in a random order:

ibmmainframes.com/viewtopic.php?t=1253&highlight=iebedit

knd_r, by the way, every question you have posted today has already been asked and answered in previous posts. Please abide by the forum rules and do searches before posting new questions.
Back to top
View user's profile Send private message
SteveConway

New User


Joined: 26 May 2005
Posts: 28
Location: Northern VA, USA

PostPosted: Thu May 26, 2005 7:41 pm
Reply with quote

It is not possible to run a single job in other than top-down fashion. You can skip steps, or start at other than the first step, or programatically run steps in individual jobs in any sequence, but you can not run batch JCL other than sequentially.

Cheers,,,Steve
Back to top
View user's profile Send private message
joseph ladish

New User


Joined: 28 Mar 2006
Posts: 3

PostPosted: Tue Mar 28, 2006 10:40 pm
Reply with quote

hi,


u can solve these problem by using DPRT parmeter in ur step.this will give a priority for each step.i think this will workout plz try this one.


bye
joseph
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts Fetch data from programs execute (dat... DB2 3
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
Search our Forums:

Back to Top