Page 1 of 1

How to call a environment variable in a job level

Posted: Fri Jan 18, 2008 5:44 am
by balu124
Hi ,
can any one suggests how to call a environment variable in the job level that is already defined at the project level

Posted: Fri Jan 18, 2008 6:03 am
by ray.wurlod
Create a job parameter using the Add Environment Variable... command button.

Set the default value of the job parameter to the special token $PROJDEF to have it pick up the value from the project's default if no replacement value is given.

Use a reference to the job parameter anywhere you need it in the job design.

Re: How to call a environment variable in a job level

Posted: Fri Jan 18, 2008 9:12 am
by vijayrc
balu124 wrote:Hi ,
can any one suggests how to call a environment variable in the job level that is already defined at the project level
In transformer you can define a stage varibale and use GETENVIRONMENT["VariableName"] and the stage variable, this way carries the value for the job.