Page 1 of 1

ENV clarification

Posted: Wed Apr 17, 2013 6:06 am
by vamsi.4a6
How and where to check the value of the environment variable from the operating system of the job environment when we use $ENV for DataStage environment variable?

$ENV Causes the value of the named environment variable to be retrieved
from the operating system of the job environment. Typically this is used
to pickup values set in the operating system outside of DataStage.

Posted: Wed Apr 17, 2013 7:33 am
by BI-RMA
Hi vamsi,

you can retrieve the settings of environment variables on your windows-server by calling "set" from a command-prompt.