Page 1 of 1

Job Sequencing Issues in Parallel

Posted: Wed May 03, 2006 6:44 pm
by vijayrc
Hi,
I have a Job Sequencer [in Parallel].
[1] If the Job aborts in one of the jobs in the sequence, should that job be recompiled, before starting the Job sequence again ?? Am I missing something here.
[2] Also instead of changing the file name in the first job each time, I introduced a FILE Parameter in the first Job, so that when I submit the sequence of Job, I can give the file name dynamically. But it doesnt seem to work..
Any thoughts..Thanks in advance
-V

Posted: Wed May 03, 2006 8:37 pm
by ray.wurlod
(1) A job can never become uncompiled. All you need to do is to reset the job.
(2) Precisely how do you supply the parameter value when you request the job run?