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

want to ececute selected steps


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

New User


Joined: 16 Jan 2006
Posts: 53
Location: pune

PostPosted: Mon Jun 12, 2006 3:16 pm
Reply with quote

Hi All,

I had 10 steps in my job and I only want to execute the first five steps
How to fix?

Regards,
Dipanshu G.
Back to top
View user's profile Send private message
sril.krishy

Active User


Joined: 30 Jul 2005
Posts: 183
Location: hyderabad

PostPosted: Mon Jun 12, 2006 6:38 pm
Reply with quote

Hi,
Please check the forum before posting.
Please check this link

ibmmainframes.com/viewtopic.php?t=11551&highlight=steps

Thanks
Krishy
Back to top
View user's profile Send private message
saira_mansoor
Currently Banned

New User


Joined: 05 Apr 2006
Posts: 10
Location: NOIDA

PostPosted: Tue Jun 13, 2006 9:49 am
Reply with quote

The best possible way is to code a NULL statement after first five steps to mark an End-of-Job.

To execute first five Steps of your JCL.

//job1 job....
//step1 exec....
//step2 exec...
//step3 exec....
//step4 exec ...
//step5 exec....
//==============NULL indicator (Remaining steps will be omitted)
Back to top
View user's profile Send private message
dipanshu

New User


Joined: 16 Jan 2006
Posts: 53
Location: pune

PostPosted: Tue Jun 13, 2006 9:52 am
Reply with quote

Many thanks
Back to top
View user's profile Send private message
sril.krishy

Active User


Joined: 30 Jul 2005
Posts: 183
Location: hyderabad

PostPosted: Tue Jun 13, 2006 10:57 am
Reply with quote

Hi saira_mansoor,
The coding of null statments is mostly not encoraged in any of the environment.Insted you can delete all other steps and run your job.
It is always better to follow to code the restart and cond parms in the jcl.

Thanks
Krishy
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 CA7 deleting files in steps after job... CA Products 4
No new posts Easy way to delete selected members f... IBM Tools 12
No new posts Identify the count from two diffrent ... DFSORT/ICETOOL 19
No new posts SMF logging in RDT server - Steps inv... PL/I & Assembler 1
No new posts Remove selected duplicate rows from t... DFSORT/ICETOOL 3
Search our Forums:

Back to Top