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

Want to execute only the steps 1 to 3


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jjooyy

New User


Joined: 05 Jan 2006
Posts: 11

PostPosted: Wed Nov 01, 2006 11:42 am
Reply with quote

Hi,

I have a PROC with 10 steps. I want to execute only the steps 1 to 3. Is there any options in my jcl to stop the execution of the remaining steps with out edit the proc?? kindly clarify on this.

Regards,
jjooyy
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Wed Nov 01, 2006 12:19 pm
Reply with quote

hi jjoyy,

You can do this in 2 ways...

1. Either by modifing the Job by overwriting the cond parameter to the remaining steps so that the rest of 7 steps won't execute
2. By using IEBEDIT. By passing the STEP names thru SYSIN to IEBEDIT program

~Vamsi
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Nov 01, 2006 7:41 pm
Reply with quote

Hi jjooyy,

Please do search befor posting any question.This topic is discussed so many times.

ibmmainframes.com/viewtopic.php?t=15038&highlight=
Back to top
View user's profile Send private message
jjooyy

New User


Joined: 05 Jan 2006
Posts: 11

PostPosted: Mon Nov 06, 2006 10:49 am
Reply with quote

Hi vamsi,

My PROC is a outsream proc. it is not working for it. kindly help how to execute particular step in outstream proc using IEBEDIT or anything else.

Thanks,
jjooyy
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Fetch data from programs execute (dat... DB2 3
No new posts CA7 deleting files in steps after job... CA Products 4
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Evaluate variable to execute a jcl step JCL & VSAM 3
Search our Forums:

Back to Top