How to call another parallel routine from main routine

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
somesh2suma
Participant
Posts: 23
Joined: Wed Apr 08, 2009 5:28 am
Location: Bangalore

How to call another parallel routine from main routine

Post by somesh2suma »

hi

How to call another parallel routine from main routine?
What are the library functions which should be used in the main routine?
I have to pass a pointer parameter from main routine to another routine. and take back the values means returned value in a pointer which is in main routine.

Please help me with this requirement.
somesh2dsx
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Need much more information on what you are trying to do.

You can call other functions from main using the functionName with appropriate parameters. E.g. functionName(params).
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Parallel routines are actually external to DataStage, so there are no special "DataStage" requirements. You refer to other functions from within your code exactly as you would if DataStage were not in the mix.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply