C++ Module

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
sanjumsm
Premium Member
Premium Member
Posts: 64
Joined: Tue Oct 17, 2006 11:29 pm
Location: Toronto

C++ Module

Post by sanjumsm »

Hi,

I have heared that c/c++ compliler is installed while installing DataStage. So can we write c/c++ code and deploy it on DataStage. If yes then how? I have no idea since I am new o DataStage.

Thanks
Sanjeev
sanjeev kumar
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Do an exact search on 'px routines'. One example is this
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ajith
Participant
Posts: 86
Joined: Thu Nov 10, 2005 11:10 pm

Re: C++ Module

Post by ajith »

sanjumsm wrote:Hi,

I have heared that c/c++ compliler is installed while installing DataStage. So can we write c/c++ code and deploy it on DataStage. If yes then how? I have no idea since I am new o DataStage.

Thanks
Sanjeev
Welcome Sanjeev,


You can write custom code for parallel routines to implement various tasks which can be called from a transformer. C/C++ knowledge will also help you to build custom stages for various tasks .

It will take sometime since you are new to Datastage, but C/C++ knowledge is an asset.
ameyvaidya
Charter Member
Charter Member
Posts: 166
Joined: Wed Mar 16, 2005 6:52 am
Location: Mumbai, India

Post by ameyvaidya »

Samples are provided on the datastage CD.

Dont have it at the moment. will try to get the exact path or someone could post it before.
Amey Vaidya<i>
I am rarely happier than when spending an entire day programming my computer to perform automatically a task that it would otherwise take me a good ten seconds to do by hand.</i>
<i>- Douglas Adams</i>
Post Reply