Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to execute the First 5 steps among 75 Steps

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
purushoth_jp

New User


Joined: 12 Dec 2004
Posts: 22

PostPosted: Fri Apr 22, 2005 5:46 am    Post subject: How to execute the First 5 steps among 75 Steps
Reply with quote

hi all,

I have some 75 steps in a proc. I want to exec only the first 5 steps.


1. Since it is a production proc I cant touch the proc. So that I cant give

null statement in the proc.

2. I cant give COND parameter for all the 70 steps.. in the proc.

What can be done with this situation. IF anyone knows to use IF stmt please come up with the eg JCL.
Back to top
View user's profile Send private message
References
PostPosted: Fri Apr 22, 2005 5:46 am    Post subject: Re: How to execute the First 5 steps among 75 Steps Reply with quote

andycool

Active User


Joined: 12 Apr 2005
Posts: 65

PostPosted: Tue Apr 26, 2005 6:14 pm    Post subject:
Reply with quote

Hi,

I guess this pseudo code shud help you. Try to get the actualy JCL code for it. Please post it if you find the same.
==============================

//Job1step1
//Job1step2
//Job1step3
//Job1step4
//Job1step5
IF Job1step5.RC=0 THEN
Job1term /*This will be the termination step*/
ENDIF
//Job1step6
//Job1step7
.
.
.
//Job1term

==============================

Regards,
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1