DTX fuction in Enterprise Edition

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
surajkumar
Participant
Posts: 17
Joined: Wed Feb 06, 2008 5:09 am

DTX fuction in Enterprise Edition

Post by surajkumar »

Is their any function similar to dtx in server edition in parallel to generate hexadecimal string?

How can we achieve this in PX?

Thanks in advance
SURAJKUMAR M
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is no equivalent single function. Mathematically you could use integer division and modulo in a transform stage to convert (good only for smaller values, since it would need to be iterative for larger value conversions), but it might make more sense to call a cpp function to do this.
Post Reply