Transformer stage

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
vijaykumar
Participant
Posts: 228
Joined: Tue Oct 03, 2006 7:08 pm

Transformer stage

Post by vijaykumar »

Hi Gurus,

Basic transformer can do all the manipulations to the columns, i mean we can define everything in the transformer stage properties . why else another transformer stage is in parallel edition.I observed that in the transformer stage we can enable run time column propogation,Is there any other in-built functionality in transformer stage when compared to Basic transformer stage.
Gurus please help me to analyze.

cheers;
vijay
vijaykumar
Participant
Posts: 228
Joined: Tue Oct 03, 2006 7:08 pm

Post by vijaykumar »

Hi Gurus,
My question was unclear, sorry for that.
I observed that in the transformer stage we can enable run time column propogation, what are the additional in-built functionality in transformer stage when compared to Basic transformer stage.
Gurus please help me to analyze.

cheers;
vijay
vijaykumar
Participant
Posts: 228
Joined: Tue Oct 03, 2006 7:08 pm

Post by vijaykumar »

Hi Gurus,
I have done search in the forums, I got many replies on this post.

Thanks Gurus,
Iam marking this topic as resolved.

cheers;
vijay
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Speed
Data type conversion and "casting" functions
Speed
More null-handling functions
Speed
Mantissa functions
Retrieval of environment variable value

Did I mention speed?

Performance of the Transformer stage in version 7.5.1A (?) was significantly enhanced. Switch and Filter stages are effectively interpreted, whereas the Transformer stage is compiled.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

and speed :wink:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply