View previous topic :: View next topic |
Author |
Message |
vraki Beginner
Joined: 07 Jun 2006 Posts: 11 Topics: 7 Location: India
|
Posted: Mon May 26, 2008 1:14 am Post subject: Need to execute only one step in between the steps in a job |
|
|
There are five steps in a job. Out of that only third step needs to execute and i don't want other steps to execute. Please reply me the solution for this. _________________ Raki |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Mon May 26, 2008 4:54 am Post subject: |
|
|
Use condition codes - see the manual for COND= and IF/THEN/ELSE. Also, I think this exact question was asked a few months ago so do a search in this forum.
Question: If you only want to execute one step why have the others. If this is a one off then just copy the step into a one-off job. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Mon May 26, 2008 10:17 am Post subject: |
|
|
You can code restart=yourstep,cond=(0,le) in the job card. _________________ Regards, Jack.
"A problem well stated is a problem half solved" -- Charles F. Kettering |
|
Back to top |
|
 |
|
|