parallel routine and C

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
epmenard
Premium Member
Premium Member
Posts: 17
Joined: Fri Oct 08, 2010 2:02 pm
Location: Montreal

parallel routine and C

Post by epmenard »

Are parallel routines limited to C++ programs or can we also reference C code?
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Re: parallel routine and C

Post by jwiles »

epmenard wrote:Are parallel routines limited to C++ programs or can we also reference C code?
It's been a while since I've written one, but IIRC it needs to be compiled as a C++ routine but can be written in plain C if you wish.
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply