Parallel Routine Problem

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
rockr
Participant
Posts: 17
Joined: Thu Feb 01, 2007 3:56 pm

Parallel Routine Problem

Post 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?
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post 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.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

I have a blog post DataStage Parallel routines made really easy. You might find it helpful.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Post Reply