Is there any built-in function to reverse a string?

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
raj_prodigy
Premium Member
Premium Member
Posts: 4
Joined: Mon Dec 25, 2006 3:17 am
Location: India

Is there any built-in function to reverse a string?

Post by raj_prodigy »

Hi All,

Is there any built-in function in datastage to reverse a string (like strrev() in C language)? We can make use of a parallel routine to accomplish that task, but my concern is when we consider the performance of the job, calling an external function always eats up some time.

Please let me know any built-in function to do the task.

thanks in advance.

- bhasan
Thanks,
Raj
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I know for a fact that there is none.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply