View previous topic :: View next topic |
Author |
Message |
javedsk12 Beginner

Joined: 14 Dec 2007 Posts: 66 Topics: 36 Location: pune
|
Posted: Thu Dec 27, 2007 5:50 am Post subject: Skipping the first step from an Catlogued procedure |
|
|
HI friends,
I am having a catlogued procedure and out of that i want to bypass the first step and want to execute the rest steps??how to code it??? _________________ javed
-----------------------
The Word Impossible it self says i am possible(im possible) |
|
Back to top |
|
 |
vkphani Intermediate

Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Thu Dec 27, 2007 6:11 am Post subject: |
|
|
javed,
This is a basic question. Code RESTART=STEP2 name in your job card and run the job. |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Dec 27, 2007 9:24 am Post subject: |
|
|
Restarting within a PROC requires two step names on the restart card. The stepname calling the proc and the stepname within the PROC.
Code: | // RESTART=stepname.procstepname, |
_________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
|
|