ENV clarification

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

ENV clarification

Post 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.
Thanks and Regards
Vamsi krishna.v
http://datastage-vamsi.blogspot.in/
BI-RMA
Premium Member
Premium Member
Posts: 463
Joined: Sun Nov 01, 2009 3:55 pm
Location: Hamburg

Post by BI-RMA »

Hi vamsi,

you can retrieve the settings of environment variables on your windows-server by calling "set" from a command-prompt.
"It is not the lucky ones are grateful.
There are the grateful those are happy." Francis Bacon
Post Reply