how to pad zero to a string with out using 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
krish1160
Participant
Posts: 1
Joined: Wed Jan 05, 2011 11:30 pm

how to pad zero to a string with out using transformer stage

Post by krish1160 »

how to pad zero to a string with out using transformer stage
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Why "without the Transformer stage"? It's the right stage for this job. And there's no other stage out of the box that can perform that task.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

Why not transformer stage???

What is your source? In case if you are pulling the data from some database then you can perform this operation in your source SQL statement itself.

sAM
I haven't failed, I've found 10,000 ways that don't work.
Thomas Alva Edison(1847-1931)
Post Reply