Page 1 of 1

Posted: Fri May 21, 2010 1:40 pm
by nagarjuna
I have not tried but conceptually you cannot do that .Its as good as passing each parameter twice .

Posted: Fri May 21, 2010 1:46 pm
by Bill_G
nagarjuna wrote:I have not tried but conceptually you cannot do that .Its as good as passing each parameter twice .
I have my parameters divided between static and dynamic parameters. the values files can change based on geographic region. the job uses both the static parameter set and the dynamic. the parameters are not the same in both parameter sets.

Posted: Fri May 21, 2010 2:06 pm
by nagarjuna
Do you mean to say that the parameter sets that you are passing are different ? Then its possible .You can pass as many parameter sets as you can .But you should not have the common parameter between these parameter sets . The value files are nothing but instances of these parameter sets .

Posted: Fri May 21, 2010 2:18 pm
by Bill_G
Exactly. you have it.

So looking at my syntax to pass muliple parameter sets... is that correct?

Thanks

Bill