Search found 5 matches

by Merly
Thu Aug 02, 2007 3:51 pm
Forum: General
Topic: datastage command for environment variable
Replies: 2
Views: 1407

datastage command for environment variable

Is there any datastage command which can be used to get the value of the environment variable .
by Merly
Mon Feb 19, 2007 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 6185

Brian was right! There is GetEnvironment in Utility will help you get the value of any environment variable. Go to Utility ->GetEnvironment in derivation editor, and provide the syntax like GetEnvironment("APT_CONFIG_FILE") will do the trick for you... My previous method will also do this...
by Merly
Mon Feb 19, 2007 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 6185

Welcome Aboard ! I have a couple of questions for you - What is the error you are getting? - How have you given reference to the Environment variables? I defined the environment variable as a job parameter. In the transformer while doing the mapping for the field 'LST_UPDT_ID' i am mapping its valu...
by Merly
Mon Feb 19, 2007 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 6185

I defined the environment variable as a job parameter. In the transformer while doing the mapping for the field 'LST_UPDT_ID' i am mapping its value as $APT_ORACLE_LOAD_OPTIONS. While compiling its gives the following compilation error. The problem doesn't arise if i give a normal job parameter inst...
by Merly
Mon Feb 19, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 6185

Assigning Env Variable value to a column in PX transformer

Hi, I am trying to assign the value of an environment variable to a column in a parallel transformer stage. I had defined the env variable as a job parameter and selected the same as the value for the column in the Xform stage. When i try to compile the PX job its giving an error. Any help towards r...