DATASTAGE ENVIRONMENT VARIABLES

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
friend.kak@gmail.com
Participant
Posts: 28
Joined: Sat May 03, 2008 3:57 am
Location: chennai

DATASTAGE ENVIRONMENT VARIABLES

Post by friend.kak@gmail.com »

Hi,

I am having an issue with the compiler options (Datastage 8.0 / Build 1.2 ) are shown as below. My questions are:

1)
Are these variables are going to be distinct with each installation?

2)
I am just trying to add a new variable in job using Txfm / Modify , but not allowing to do, since throwing compile error. ( so doubting on this compile options )

3)
What would be the impact if we change the values of these params?


APT_COMPILEOPT
-W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c

APT_COMPILER
CXX

APT_LINKER
CXX

APT_LINKOPT
-s -W/dll -W/base:0x50000000

Please let me know how to get rid of the compiler issues / messages during compilation of the jobs.

Thanks for your replies.
friend.kak@gmail.com
- Dev
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What compiler error are you getting in (2)? Typically your compiler options will be the same on similar machines (same OS and same version and same compiler).

The impact of changing compiler options is not part of DataStage but that of the c++ compiler and linker.
Post Reply