Parallel calling of Job with different invocation ids

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Parallel calling of Job with different invocation ids

Post by saikrishna »

Hi

How do we call paralelly for several times (say 100 times), a job with different invocation ids?

As our underlined job, is loading huge volume of data in each instance.

Thanks
Sai
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

By any of the mechanisms for starting jobs. Perhaps you can generate an invocation ID based on the time of day.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Post by saikrishna »

My question is about how do I parallelize these job with multiple invocation id's by using job control routine or some other way.

Thanks
Sai
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes, any other way. Just start them at the same time. The fact that they have different invocation IDs will make them independent of each other.

Of course you must make sure that this is possible, for example by not having them all write to the same sequential file.
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