Page 1 of 1

What are Routines and where are they get created?

Posted: Sat Nov 13, 2010 12:27 am
by Nareshkurra
Can any explin m about routines and it types and alo how they are created in Datastage.

Posted: Sat Nov 13, 2010 6:19 pm
by ray.wurlod
Parallel routines are not created in DataStage at all. They are created as separate C++ functions, which are compiled and linked in the usual C++ ways.

What you do need to create in the Routines branch of the Repository is an entry that records the existence, location and argument definitions of the routine, so that these can be checked when the job is compiled and when the routine is called.