Header files to use in .c file (LINUX)

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
nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Header files to use in .c file (LINUX)

Post by nekkalapudi »

Trying to create a paralles routine to call DSSetUserStatus function.
What header file need to use in .c file
Omkar
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

dsapi.h (find it in the dsdk directory)

You'll also need to include the dsapi libraries.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nekkalapudi
Participant
Posts: 21
Joined: Tue Jul 18, 2006 2:38 pm

Re: Header files to use in .c file (LINUX)

Post by nekkalapudi »

nekkalapudi wrote:Trying to create a paralles routine to call DSSetUserStatus function.
What header file need to use in .c file
used dsapi.h file, but it is not finding dsapi.h file.
How to include dsapi libraries, what command should I use
Omkar
Post Reply