How pring the String in the reverse order?

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
shivakumar
Participant
Posts: 31
Joined: Wed Mar 17, 2004 3:33 am

How pring the String in the reverse order?

Post by shivakumar »

Hi ,

I am getting a String as 'data',as per my requirement I have to load in to the target as 'atad' in the reverse order.The lenth of the input data is not constant.

Can some one help me regarding this?

Thanks and Regards
Siva
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

One option would be to write a parallel routine to reverse the given string.
Post Reply