How use/define you a transform (DS Server) in DS Parallel?

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
evanmaas
Charter Member
Charter Member
Posts: 60
Joined: Tue Apr 22, 2003 5:19 am
Location: Belgium

How use/define you a transform (DS Server) in DS Parallel?

Post by evanmaas »

Hi,

In Datastage Server you have a lot DS transforms and can define user defined transforms . How can you do this in DS parallel? I know that DS server is Basic ans DS parallel is C++

Same questions for routines.

Regards,

Erik
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

You can use Server functionality in parallel jobs though rarely I used them.Use Basic Transformer in parallel jobs and you can get the Basic routines/transforms work that way.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Note that the BASIC Transformer (or server shared container) must be constrained to execute only on the machine where the DataStage server software is installed. This can be a trap in MPP environments.
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