I want to use the lookup.h file in my parallel job

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
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

I want to use the lookup.h file in my parallel job

Post by shivadas »

Hi,

I wanted to use some of .h file to perform a task.
How do i call the .h files and send the values to to functions in that class. Is it like c++ stype, create a class and invoke with class.function name with required parameters if yes where do i create a coding for this?

Thanks
shivadas
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's a header file. Use #include in your C++ routine.
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