Can we trigger sequence or multiple parallel jobs in ISD job

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Can we trigger sequence or multiple parallel jobs in ISD job

Post by allavivek »

Hi -

Currently we have process logic with set of parallel jobs and sequence which is batch scheduled. New business requirement is to have the batch jobs triggered as soon as the user updates happen from Front end (UI).

I am thinking if we have the ISD job (always running job), UI can invoke the ISD job to process the data.

But Can we have ISD job call the sequence or set of parallel jobs to process when ever it gets invoked ?

Or any other suggestions on implementation will be helpful.

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

Post by ray.wurlod »

Yes you can. The easiest way is to use a server job that invokes the DSRunJob routine from a Transformer stage.
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