Having problem with hash file

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
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Having problem with hash file

Post by zulfi123786 »

I am having a hash file with IP_ID, IA,ID as the key columns and there are some records with spaces in these columns comming from source . I am trimming those columns and writing into the hash file from a seq file.
The problem i am facing is that after triming the columns are not containing blank spaces but they are havind some non printable character because of which the look up's are failing
can i have a blank string(string of length 0) in a key colum of hash file???
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes. One.
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