Page 1 of 1

Parameter set files

Posted: Tue Dec 13, 2011 3:57 pm
by rodre
Can you change the values in the parameter set files, on the run, and use them within the same job? :?

Appreciate the help!! :)

Posted: Tue Dec 13, 2011 5:22 pm
by chulett
Parameter values cannot be changed once a job has started. You can certainly change parameter set file values 'on the run' but it would have to be before the job that needed them was started.

Posted: Tue Dec 13, 2011 5:29 pm
by nagarjuna
Yes you can do that before running the job ...

Something like this ...

dsjob -run -parametersetname = valufile -paramsetname.parameter = newvalue

Just curious

Why do you want to change the value files ?

Posted: Tue Dec 13, 2011 7:16 pm
by ray.wurlod
But ONLY before running the job. Job parameter values are read when the job starts and can not be legally changed subsequently.

Posted: Wed Dec 14, 2011 11:14 am
by rodre
nagarjuna,

I wanted to see if I could use parameter set files for handling parameters dynamically.


Thanks all for your help!... :D

Posted: Wed Dec 14, 2011 11:15 am
by chulett
Which is exactly what they provide - a mechanism to make them dynamic.