Page 1 of 1

need help to write a sample routine, any doc.

Posted: Sun May 06, 2007 11:38 pm
by vskumar08
hai guys,
need help to write a sample routine, any doc.

I have gone through Basic Guide in the docs folder of DataStage but it doesn't have any topic on writing a sample routine. Please...., if anyone can help me.

Thanks

Posted: Sun May 06, 2007 11:49 pm
by vmcburney
If you are looking for a BASIC transformer routine you can look in the SDK folder via DataStage Manager. If you are looking for a parallel job transformer routine tutorial try my blog post The Top 7 Online DataStage Tutorials as they are hard to find on the IBM website.

Posted: Mon May 07, 2007 12:57 am
by vskumar08
vmcburney wrote:If you are looking for a BASIC transformer routine you can look in the SDK folder via DataStage Manager. If you are looking for a parallel job transformer routine tutorial try my blog post [url=http: ...

Thanks for your reply mate,.
Yes, I am working with Parallel jobs and I want to write a sample routine so that I can better understand all the routines used in my sequences. I have gone through the document in Basic.pdf in the docs folder but couldn't find info to write a sample routine my self.

Please, can you give me you blog post url without http:.... . may be this site is restricting the address which you have given.

Posted: Mon May 07, 2007 1:07 am
by ray.wurlod
Routines called from job sequences are, in fact, server routines not parallel routines. There are many examples posted here, search for the word FUNCTION.

As to how to write them, you must begin with a plan of what you want to accomplish - the input argument(s), the algorithm and the return value. Only once you have that are you in a position to convert to code.