Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on JCL Restart Parameter within the MainFrame forums, part of the Software Development category; In a JCL, I have 5 steps. I want to execute only step-3. i told that by giving restart parameter on jobcard restart=step3 and cond(0<=) on job card will execute ...
|
|||||||
|
|||
|
JCL Restart Parameter
In a JCL, I have 5 steps. I want to execute only step-3. i told that by giving restart parameter on jobcard
restart=step3 and cond(0<=) on job card will execute only step 3. Is it correct or any other way is there. |
| Sponsored Links |
|
|||
|
Re: JCL Restart Parameter
Yes, Meruva, I too agree if we will user Restart=Step3 then it will restart the job form step3 and It will run all the step that will come after step3.
But, I think if we want to run only step3 then we need to restart form Restart=Step3 and alos we have to give COND=(0,LE), So it will run only step3. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can we parameter a Web link | iliaz.shaik | QTP | 7 | 01-19-2010 03:27 PM |
| parameter...... | rijus | Java | 1 | 12-14-2009 04:22 AM |
| About repository parameter | boopa.17 | QTP | 4 | 08-19-2009 06:48 AM |
| How to use the same parameter value? | happu09 | LoadRunner | 0 | 01-18-2009 10:16 PM |
| Parameter Delimiter | sai1234 | LoadRunner | 3 | 02-20-2008 02:02 AM |