Page 1 of 1

custom stages and external libraries

Posted: Wed Nov 09, 2005 4:54 am
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

Posted: Wed Nov 09, 2005 5:26 am
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.