User define stages

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
murari83
Participant
Posts: 14
Joined: Tue Sep 25, 2007 4:05 am

User define stages

Post by murari83 »

Hi

I am planing to implemented in user define stages(custom,build,wrapped). could you please give me the c++ code information or any setp to follows.


Tahanks
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post by abc123 »

Do a search in this forum. There is a lot of discussion on it.

One tip: for your underlying C++ code, you cannot have a main(), it has to be a function only.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: User define stages

Post by ray.wurlod »

murari83 wrote:I am planing to implemented in user define stages(custom,build,wrapped).
Why?
What specifically do you want to do that the myriad stages supplied with the product can't do?
Are you even aware of how the three user-defined stage types differ from each other?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply