Using Server developped routines in EE

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
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Using Server developped routines in EE

Post by clarcombe »

Having several hundreds of really useful Server routines that are commonly used, I have now been asked to develop all new jobs in EE.

Bar rewriting them all in C++, the only way I can see of using them is if I create a server job in the middle of a set of px jobs in a sequence and update a specific or new column with the value the routine gives me.

This would then be passed to the following PX job for continuing treatment.

Am I right in thinking this is the only way to go or have I missed something in v8
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
sima79
Premium Member
Premium Member
Posts: 38
Joined: Mon Jul 16, 2007 8:12 am
Location: Melbourne, Australia

Post by sima79 »

You can use the Basic Transformer to make use of server transforms and routines in a parallel job until you migrate them eventually to parallel routines. You can find the BASIC transformer under Stage Types -> Parallel -> Processing
Post Reply