error with c++ routine in the transformer

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kirankota79
Premium Member
Premium Member
Posts: 315
Joined: Tue Oct 31, 2006 3:38 pm

error with c++ routine in the transformer

Post by kirankota79 »

i have written a C++ routine and it is compiling without any errors in Visual Studio. But when iam using it in the transformer and compiling the job it is giving compilation error. Can anybody tell the possible reasons!


thanks in advance.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

What is the error you are getting? Make sure there is no main() function in the C function. Compile it with options provided in APT_COPILEROPT environment variable.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply