custom stages and external libraries

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
ppalka
Participant
Posts: 118
Joined: Thu Feb 10, 2005 7:25 am
Contact:

custom stages and external libraries

Post by ppalka »

Can we use an external libraries(*.h - not from C standard) in custom stages code? I have some libraries, written by myself, and I need to use them in a build op stage. If so how to use them? Where I need to put the files?

Regards,
Piotrek
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Have a look at the Advanced Parallel Job Developers Guide, it has some sections on header files. Assume you can drop your header files in the same location as DataStage header files in the apt_util folder and start using them, or create your own header folder.
DataStage comes with a range of header files that you can include in code when you are defining a Build stage. The following sections list the header files and the classes and macros that they contain. See the header files themselves for more details about available functionality.
Post Reply