View previous topic :: View next topic
|
Author |
Message |
Sathish
New User
Joined: 26 Nov 2003 Posts: 1 Location: Chennai
|
|
|
|
Can you restart a job from a particular jobstep when another jobstep abended without coding restart in job card.
E.g:
//JOB
..
..
//JS10
..
//JS20
..
..
//JS30
..
..
//JS40
Now if JS20 abends can i restart the job from JS40?
(IF then is another option, apart from that anything else) |
|
Back to top |
|
|
mdtendulkar
Active User
Joined: 29 Jul 2003 Posts: 237 Location: USA
|
|
|
|
Hello Sathish,
I think...CONDITION parameter can solve this purpose.....right??
just code the condition parameter as COND=EVEN for the step JS40, the step will get executed even if the job is abended at step JS20.
Hope this helps,
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
|