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

Queries regarding... executing the steps in JCL?


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

New User


Joined: 02 Jun 2006
Posts: 49

PostPosted: Mon Jun 05, 2006 8:51 am
Reply with quote

Hi all,


1. I have 10 steps in a JCL. But, my requirement is to execute only first two steps? How can I do the same? How can I skip the remaining steps?

2. I would like to execute 5th step only?

3. I would like to execute 8th and 9th step?s only.

Please give me the clear picture about the same. If possible send the JCL for the same.

Awaiting your reply.
Back to top
View user's profile Send private message
rdr

New User


Joined: 26 May 2006
Posts: 35
Location: india

PostPosted: Mon Jun 05, 2006 10:53 am
Reply with quote

Hi Husna,

This has been answered many times. Please check old queries.

You can use 'cond ' and 'restart ' parameters in the jcl.

Any clarification, get back to me.
Back to top
View user's profile Send private message
Husna

New User


Joined: 02 Jun 2006
Posts: 49

PostPosted: Mon Jun 05, 2006 11:16 am
Reply with quote

Hi Rdr,

Will you please let me know the URL for the same?
Back to top
View user's profile Send private message
rdr

New User


Joined: 26 May 2006
Posts: 35
Location: india

PostPosted: Mon Jun 05, 2006 2:19 pm
Reply with quote

Hi Husna,

Please find the URL u asked for.............

ibmmainframes.com/viewtopic.php?t=9776&highlight=restart

ibmmainframes.com/viewtopic.php?t=6597&highlight=restart


ibmmainframes.com/viewtopic.php?t=1382&highlight=restart

ibmmainframes.com/viewtopic.php?t=10160&highlight=restart

ibmmainframes.com/viewtopic.php?t=10036&highlight=restart


I think this should help........
Back to top
View user's profile Send private message
Husna

New User


Joined: 02 Jun 2006
Posts: 49

PostPosted: Mon Jun 05, 2006 3:25 pm
Reply with quote

Rdr,

Thank you very much....

Cheers,
Husna.
Back to top
View user's profile Send private message
gamarendra

New User


Joined: 12 May 2006
Posts: 13
Location: bangalore

PostPosted: Mon Jun 05, 2006 10:50 pm
Reply with quote

Hi Husna,

1)TO EXECUTE FIRST TWO STEPS OF YOUR jCL

//job1 job ....
//step1 exec....
//step2 exec ...
//==============NULL indicator(REmaining steps ll be omitted)

2)To Execute 5th Step alone
Use the restart Parameter in job card as RESTART=Step5 and Give the Null Indicator at the end of the 5th Step.

3)to execute 8th and 9th steps
use restart=step8 give the null indicator @THE END OF THE 9TH STEP.

If u have any quiries Pls let me know.

Amarendra.Gurajala
Back to top
View user's profile Send private message
Husna

New User


Joined: 02 Jun 2006
Posts: 49

PostPosted: Tue Jun 06, 2006 10:25 am
Reply with quote

Hi Amar,

Thanks a lot...
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 executing XCTL command in COBOL witho... CICS 10
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
No new posts Issues with executing a REXX MACRO th... TSO/ISPF 4
No new posts Get name of Subsystem routine is exec... All Other Mainframe Topics 2
Search our Forums:

Back to Top