Page 1 of 1

Invoke routine from another datastage routine

Posted: Tue Sep 28, 2010 7:04 am
by somesh2suma
hi

i want to invoke a routine from another datastage routine.
Basically i have a generic routine which has to be called many a times from another routines.
please let me know how to call this.

Posted: Tue Sep 28, 2010 7:17 am
by chulett
Are we talking a DataStage BASIC before/after/Server type routine or one of them new fangled C++ ones for PX?

Posted: Tue Sep 28, 2010 8:22 am
by somesh2suma
sorry for insufficient information provided.

i was pointing to parallel routine, not after/before routines.
i want to invoke a generic parallel routine from other parallel routines.

Posted: Tue Sep 28, 2010 4:46 pm
by ray.wurlod
Standard C++ programming techniques, then. How you do it depends on whether you want the other routine to be dynamically or statically linked.