OPTION to parameterize different jobs in the Sequence JOB

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
oracledba
Premium Member
Premium Member
Posts: 49
Joined: Mon Aug 06, 2012 9:21 am

OPTION to parameterize different jobs in the Sequence JOB

Post by oracledba »

We have two versions of the code

a generic version of the code already developed that applies across all clients (makes use of the generic stage)

a traditional method specific for each client I developed.


In the existing generic method the sequence job calls the file extraction job, followed by data validation job, followed by error report job. (triggers unconditional)


I have created a parallel job for data validation for a specific client..

Using the existing sequence I want to be able to parameterize which data validation is being called (the generic data validation job, or my client specific data validation job)

I don't want to create a new sequence job..

Please post any ways to achieve this feat? :twisted:
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Custom triggers to make the decision about which validation job to run, separate Job activities for each of those jobs.
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