Page 1 of 1

Fmt() in Parallel

Posted: Tue Aug 16, 2005 2:47 am
by divya vowels
Can anyone tell if the following functions validates in Parallel jobs.
Fmt(DSLink3.col1,"12'0'R")

Its working properly in Server jobs but invalidating in Parallel Jobs..

Thanks in advance,

Divya

Posted: Tue Aug 16, 2005 4:40 am
by Eric
I first though is that FMT is a server function and thus not avaliable in a parallel job. :?:

Posted: Tue Aug 16, 2005 5:39 am
by chulett
Yes and no. FMT is a Server function and Server functions / routines are available in a PX job via the BASIC Transformer. However, there are a number of caveats to using the BASIC Transformer in a parallel job, so your best bet is to learn the PX equivalents and stick with those.