Parallel Routine

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
jayantthakore
Participant
Posts: 42
Joined: Tue Jan 18, 2005 5:48 am

Parallel Routine

Post by jayantthakore »

Hii,

Can anyone tell me where to write the Code for a Parallel Routine.I want to wite a routine for caracter to Integer Decoder.

I can create the routine through the manger but I am not able to figure out where to write the code.(In server there is a tab as CODE).

Is it somewhere in Parallel Also.
regards,
Jayant S Thakore
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

Post by vsi »

will the same code written for routines in server jobs work on routines on parallel jobs as well?
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

vsi wrote:will the same code written for routines in server jobs work on parallel jobs as well?
No.

Server routines are coded in DS Basic while parallel routines are coded in C.
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

Post by vsi »

What about Transforms??

wow, then, is there no means of downward compatibility? Does all the routines need to be recreated????
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is a completely different product that happens also to be called DataStage. Indeed, there are four separate products that are called DataStage, with very little overlap between them.
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