Parallel functions in Routine

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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Parallel functions in Routine

Post by allavivek »

Hello,

I am trying to create a routine, where i am trying to use parallel function such as stringtodate() , currentdate().... I tried to look at some header files in /opt/IBM/InformationServer/Server/PXEngine/include/apt_util

But i didnt find any of conversion functions in these header files.

Can any one can provide a sample cpp program, having these functions incorporated,Using them?

Thank You.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The header files contain just the forward declarations to these functions, not the source code itself. IBM hasn't made those sources available. But since you have the header files and compiled objects, you can include them in your cpp code design.
Post Reply