How to convert Raw to 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
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

How to convert Raw to String

Post by dsedi »

Hi All

We do have StringtoRaw() in transformer, but not RawtoString().
Is there any way of converting RawtoString()

your inputs will be highly appreciated

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

Post by ray.wurlod »

There is no function. You could, of course, write your own.

You can write raw strings to a file. You can subsequently read data from that file though, if you don't have an appropriate record schema, you will need to read a single VarChar column.
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