Search found 35 matches

by dylsing
Sun May 14, 2006 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting all distinct combinations from records in 2 files
Replies: 7
Views: 1778

I have decided to create a table to extract the contents of the flat file and then later do a join statement instead.

Thanks for the great suggestions, I really learnt a lot from your posts.
by dylsing
Thu May 11, 2006 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting all distinct combinations from records in 2 files
Replies: 7
Views: 1778

If I state it as an ODBC DB, will the job work on a UNIX server?
Cos I need to transfer this job to a UNIX server

How do I do this JOIN, do I use one of the stages?
by dylsing
Thu May 11, 2006 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inverse Hash File Lookup?
Replies: 7
Views: 3124

ArndW's suggestion will work

Assuming your lookup is called LKP, use the LKP.NOTFOUND directly in the constraint itself within the transformer, so that whatever rows are not found in the hash will be allowed to the next stage in the transformer.

Hope I made sense in that mouthful. :)
by dylsing
Thu May 11, 2006 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting all distinct combinations from records in 2 files
Replies: 7
Views: 1778

Yup, I thought of that already but I am trying to avoid having to create tables in the database for this purpose.

I would like to keep this within my job (if it is possible at all)
by dylsing
Thu May 11, 2006 3:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting all distinct combinations from records in 2 files
Replies: 7
Views: 1778

Getting all distinct combinations from records in 2 files

Hi, I have 2 flat files each containing one column and I would like to take these two file and output a dataset containing a unique combination of values in both these files. Eg. 2 files are "people_file.txt", "attribute_file.txt" In "people_file.txt", values are: 1) Jo...