Page 1 of 1

Parallel Subroutines

Posted: Thu Feb 28, 2008 8:17 am
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.

Posted: Thu Feb 28, 2008 8:54 am
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.

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