Search found 2 matches

by bizz
Fri Oct 01, 2004 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Hash file from BASIC Code
Replies: 7
Views: 4976

Re: Read Hash file from BASIC Code

Dear all, I have tried to read a Hash file from BASIC Code , using the routine "UtilityHashLookup", but it's still not working. I'm able to LOCATE the hash and open it, but I can't find the record with my HashKey (Arg1,Arg2). Do you know if there is a problem with datatype for arg1,arg2? I...
by bizz
Fri Sep 05, 2003 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one to many query with multi-valued fields
Replies: 3
Views: 1392

one to many query with multi-valued fields

Hi, I have to read a sequential file (input) and make a Lookup (multi-rows) only for rows contained in this input file. input Seq File: Colomn : A D Value : 1 20 the key is A Hash file: Colomn : A B C Value : 1 2 3 Value : 1 4 5 Value : 6 7 8 or Colomn : A--B--C Value : 1-2|4-3|5 Value : 6--7--8 wit...