Page 1 of 1

Different values to same Parameter Set in Same Sequence Job

Posted: Wed Jul 26, 2017 12:17 am
by Amit_111
I have a DataStage Sequence Job which executes 4 DataStage jobs in it. All the 4 DataStage jobs run parallel to each other.

All these 4 jobs have same ParameterSet defined in them.

My requirement is that I want to pass a different set of values for these 4 different jobs but using the same ParameterSet defined in all these 4 jobs.

In Production these 4 jobs will have same set of values to be passed, it is only for now during testing that I need to point these 4 jobs to different environments to fetch data as we do not have a test environment similar to production and that is not going to happen in near future so this question. Thank You !

Posted: Thu Jul 27, 2017 4:11 am
by ray.wurlod
No problem, you set the individual parameter values (whether or not they are members of a Parameter Set) in the Job activity that invokes the job.

Where you get these values from... well, that's something that only you know at this time.