View previous topic :: View next topic |
Author |
Message |
sudheer molakala Beginner
Joined: 28 Nov 2007 Posts: 2 Topics: 1 Location: hyderabad
|
Posted: Tue Mar 18, 2008 1:20 am Post subject: skip the first step of Proc from execution |
|
|
There are two steps in a PROC. I want to skip the first step and execute second step.I do not want to modify PROC and I just want to do it through over rides in the JCL and shouldn't use RESTART Parameter. _________________ sudhi |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Mar 18, 2008 4:32 am Post subject: |
|
|
Use the RESTART parameter, that is what it is for. Of course, if this is something to do with learning JCL then you are supposed to work it out yourself.
Without seeing your EXEC PGM= statements it is hard to say what to do: you can override the COND parameter, you can run a progam before the procedure that you can test the condition code of, you can modify the proc to delete the first step temporarily, you could run the step but dummy out all the files or... _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
sudheer molakala Beginner
Joined: 28 Nov 2007 Posts: 2 Topics: 1 Location: hyderabad
|
Posted: Tue Mar 18, 2008 6:43 am Post subject: |
|
|
Thank you Nic _________________ sudhi |
|
Back to top |
|
 |
|
|