Parallel Subroutines

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
Lotus26
Premium Member
Premium Member
Posts: 48
Joined: Tue Jul 13, 2004 2:09 pm

Parallel Subroutines

Post by Lotus26 »

HI All

I want to create a parallel subroutine for my datastage job . Can anybody let me know what steps I have to follow for creating a parallel subroutine .

Thanks.
Regards
Lotus26
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Very roughly:
- Code your subroutine in c++, compile and load it into a library
- Create a new parallel subroutine from the manager and add the details on the parameters, name and location of the coded routine

Note from the HELP
Example parallel routines are supplied on the Client Installation CD in the directory Samples/TrxExternalFunctions. The readme file explains how to use the examples on each platform.
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