Page 1 of 1

Parallel Routine Problem

Posted: Thu Feb 14, 2008 8:45 am
by rockr
Hi ,

I am trying to create a Parallel routine for the first time, I have created server routines before ,

The problem is when I Select "NEW ROUTINE" I get to see the "GENERAL", "CREATOR" and "ARGUMENTS" tabs but not the "CODE" tab ?,

What could be wrong?

Posted: Thu Feb 14, 2008 9:27 am
by DSguru2B
Nothing is wrong. You write parallel routines as C functions in your favourite editing tool. Compile it, create the executable and then link that executable in the manager.
Parallel routine creation inside datastage is nothing but, as Ray puts it, an interlude, to your c function.

Posted: Thu Feb 14, 2008 4:36 pm
by JoshGeorge
I have a blog post DataStage Parallel routines made really easy. You might find it helpful.