Search found 56 matches

by Alethesnake
Thu Jan 24, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 5595

D'oh, I was in fault. Thanks Ray, UV stage works fine! Actually I create the VOC pointer in the before-stage subroutine of the transformer where I perform the lookup. Let's suppose I need to create there a second pointer, is it possible to define both the two pointers into the same value field of th...
by Alethesnake
Wed Jan 23, 2008 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 5595

Thanks for your answer Craig, I fear it.
I've already thought to the UV stage way ( :D ), but this hashed file has not been created UV compatible, and I can't modify it.
I'll generate a new one.

Bye,

Ale
by Alethesnake
Wed Jan 23, 2008 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 5595

Ignore one or more keys of an hashed file in a lookup

Hi all, I've an hashed file generated by another process. In my job I need to use this hashed file but not all its keys are useful to me. i.e. My stream has 2 fields: - code1 - descriptionField My reference (the hashed file) has: - code1 (key) - code2 (key) - other column (not a key) Is it possible ...
by Alethesnake
Wed Apr 18, 2007 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup between an hashed file and an oledb stage
Replies: 7
Views: 2422

Hi, I've looked at the Basic.pdf but it's not the same thing of "Programming with datastage BASIC" class.. Starting from the beginning I'm trying to preload my hashed file in a searchable structure.. have someone got some pieces of information regarding it? I searched the forum but I haven...
by Alethesnake
Fri Apr 13, 2007 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve a difference between two dates
Replies: 7
Views: 5849

ray.wurlod wrote:Time to mark this thread as resolved.
Yes, you're right.

bye
by Alethesnake
Fri Apr 13, 2007 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup between an hashed file and an oledb stage
Replies: 7
Views: 2422

I'll take a look at the basic guide this weekend, I hope I'll find something of useful to me
by Alethesnake
Fri Apr 13, 2007 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup between an hashed file and an oledb stage
Replies: 7
Views: 2422

Sure, here are the topics I was talking about: http://www.dsxchange.com/viewtopic.php?t=82431 (the last post) http://www.dsxchange.com/viewtopic.php?t=84692 (4th post) and this one, but it contains premium contents.. http://www.dsxchange.com/viewtopic.php?t=84998 The first post in particular is the ...
by Alethesnake
Fri Apr 13, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multirow lookup between an hashed file and an oledb stage
Replies: 7
Views: 2422

Multirow lookup between an hashed file and an oledb stage

Hi to everyone. Well, I know that is not possible to make a range lookup with an hashed file directly. My situation is this. I've a stream from an oledb stage and an hashed file as reference linked to the same transformer. Hashed file is previously filled in with data obtained from another table. it...
by Alethesnake
Fri Apr 13, 2007 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve a difference between two dates
Replies: 7
Views: 5849

Good, it's exactly what I need :D

Thanks a lot for your precious help.

Bye
by Alethesnake
Thu Apr 12, 2007 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve a difference between two dates
Replies: 7
Views: 5849

Thanks a lot for your answers, I think I'll use Iconv :)
Only a question: are there some differences by improving the date-difference in a routine and use a transform function instead of directly in the transformer stage ? (firstly loss of performance)?

Thanks
by Alethesnake
Thu Apr 12, 2007 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve a difference between two dates
Replies: 7
Views: 5849

Improve a difference between two dates

Hi to everyone, I've a problem with a difference between two dates. I have improved a lookup between an oledb stage (sserver 2005) and an hashed file previously filled in another job with data get from a sql server table. In the transformer where I perform the lookup, I need to obtain a difference (...