Job Sequencing Issues in Parallel

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vijayrc
Participant
Posts: 197
Joined: Sun Apr 02, 2006 10:31 am
Location: NJ

Job Sequencing Issues in Parallel

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply