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

how to code jcl to execute specific steps


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veera
Warnings : 1

New User


Joined: 24 Nov 2004
Posts: 20
Location: chennai

PostPosted: Thu Nov 25, 2004 5:39 pm
Reply with quote

hello
how to code jcl to execute specified steps like(2,5,7......)
is there any utility plse tell me.


regards,
veerababu.p
[/b]
Back to top
View user's profile Send private message
unna

New User


Joined: 15 Oct 2004
Posts: 17

PostPosted: Fri Nov 26, 2004 11:47 am
Reply with quote

Hi Veera,

For executing a specific step in JCL we can use the Keyword
parameter Restart.

By giving RS= STEP2,COND=(O,LE) we can execute the 2 step alone .
Similarly, we can do for rest of the steps.

Hope,u understood
Back to top
View user's profile Send private message
unna

New User


Joined: 15 Oct 2004
Posts: 17

PostPosted: Fri Nov 26, 2004 11:51 am
Reply with quote

Hi Veera,

It is not RS=Step2 .

It is RD=Step2. While typing i made a mistake.
Back to top
View user's profile Send private message
veera
Warnings : 1

New User


Joined: 24 Nov 2004
Posts: 20
Location: chennai

PostPosted: Fri Nov 26, 2004 11:57 am
Reply with quote

[quote="unna"]Hi Veera,

It is not RS=Step2 .

It is RD=Step2. While typing i made a mistake.[/quote]

hello anna,

not only single step,i want to execute (2,4,6......) some
random fashion.
Back to top
View user's profile Send private message
lramani

New User


Joined: 03 Nov 2004
Posts: 21
Location: NOIDA, India

PostPosted: Mon Nov 29, 2004 11:43 am
Reply with quote

Hi Veera,
A similar kind of Q was posted few days back. Refer to
IBMMAINFRAMES.com Forum Index -> MAINFRAME BASIC

the topic "JCL" posted by bhaskar would be of some use to u. If i am not wrong this is he latest one in the topic. Check out.
Back to top
View user's profile Send private message
lramani

New User


Joined: 03 Nov 2004
Posts: 21
Location: NOIDA, India

PostPosted: Tue Nov 30, 2004 3:22 pm
Reply with quote

Hi Veera,
I hope u got the posting i had mentioned.

this was the one i was talking about....

www.ibmmainframes.com/expertforum/viewtopic.php?t=1074
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 run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Fetch data from programs execute (dat... DB2 3
Search our Forums:

Back to Top