How to run a single job in multy instance in DS 7X EE.

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
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

How to run a single job in multy instance in DS 7X EE.

Post by bikan »

How to run a single job in multy instance in DS 7X EE.
Is it possible to run a single datastage job to execute for loop ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. It is possible to run a single job in multiple instances provided that the job has been compiled as multi-instance. You need to supply a unique invocation ID to each instance.

2. Not really sure what you mean by this one. Looping is currently supported in sequences, but not in jobs (other than the fact that every job is one big loop, processing all the rows it receives). Looping within the Transformer stage is promised in a near future release.
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