What are Routines and where are they get created?

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
Nareshkurra
Participant
Posts: 21
Joined: Mon Aug 04, 2008 8:34 am
Location: Guntur

What are Routines and where are they get created?

Post by Nareshkurra »

Can any explin m about routines and it types and alo how they are created in Datastage.
Naresh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
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