Fmt() in Parallel

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
divya vowels
Participant
Posts: 5
Joined: Tue May 24, 2005 9:00 pm
Location: Mumbai

Fmt() in Parallel

Post 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
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

I first though is that FMT is a server function and thus not avaliable in a parallel job. :?:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply