OCONV function still work in PX 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
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

OCONV function still work in PX routine

Post by mandyli »

Hi,

Still OCONV and ICONV function will be use in PX routine.


Thanks
Man
dipanzan
Participant
Posts: 5
Joined: Thu Mar 19, 2009 12:33 pm

Post by dipanzan »

are you trying to use OCONV in a PX routine?
Dipanjan
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Post by Luciana »

You can to use Oconv or Iconv only Server Routine (Basic language) or in transformer stage. Parallel Routines must be create in C.
Luciana Almeida
lucianacruz@gmail.com
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Iconv() and Oconv() are not available for use in C++ parallel routines.

They can be used in server routines invoked from BASIC Transformer stage. But these are server routines.

So the assertion in the original post on this thread is incorrect.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply