Page 1 of 1

Passing values from job parameter

Posted: Wed Mar 28, 2012 6:58 pm
by phanikumar
Hi,

I have a scenario where I need to run my job by passing values from the parameter during run time. In this instance I have ten different values that must be defined the Job parameter and I will be running with all the values at once or each one at a time.Can some let me know how can we define multiple values in job parameter.

Regards

Kumar

Posted: Wed Mar 28, 2012 7:31 pm
by qt_ky
If you are asking about a multi-instance job, those can be parameterized and run many instances simultaneously with different parameter values or even same values all at once or in sequence. It sounds like your question may be slightly different. If so, can you give an example?

Re: Passing values from job parameter

Posted: Wed Mar 28, 2012 8:14 pm
by chulett
phanikumar wrote:I will be running with all the values at once or each one at a time.
So... which is it?

Posted: Wed Mar 28, 2012 9:04 pm
by ray.wurlod
I'm not really sure what you're asking. The traditional way to pass multiple values via a single parameter is to use a String parameter and pass a delimited string of those values. The better way may be to use multiple parameters.