Page 1 of 1

OCONV function still work in PX routine

Posted: Fri Mar 20, 2009 11:06 am
by mandyli
Hi,

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


Thanks
Man

Posted: Fri Mar 20, 2009 11:34 am
by dipanzan
are you trying to use OCONV in a PX routine?

Posted: Fri Mar 20, 2009 11:50 am
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.

Posted: Fri Mar 20, 2009 4:17 pm
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.