Page 1 of 1

Envirn Variables as Job Parameters

Posted: Wed Jan 31, 2007 1:26 pm
by iwin
Hi Guys,
I have a job that has Envir variables declared as parameters in project level and i am now running this job from command line by dsjob which accept parameter file name. So if i declare the all parameters in this file with values , how do i utilize the envir variables as parameters. As the parameter file will overwrite the project level job parameter value. Do i dont need to declare the Project level job parametes in the parameter file?

Any Ideas.

Posted: Wed Jan 31, 2007 1:30 pm
by chulett
Don't declare them, let them 'default'.

Posted: Wed Jan 31, 2007 1:35 pm
by iwin
chulett wrote:Don't declare them, let them 'default'.
I have a job that has only Envir variables as parameters, so i would assume that there should be an empty parameter file for that job.

Thanks.

Posted: Wed Jan 31, 2007 1:49 pm
by DSguru2B
As Craig advised, dont pass any value any file. The job will pick it up from DSParams file during run time.