Search found 1393 matches

by pandeesh
Fri May 04, 2012 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 3926

I have a user defined SQL which I used in the db2 stage previously .
So I believe I can use the same SQL in reference SQL in odbc stage .
I haven't yet been with my system . I ll check and update if I face any issues .
by pandeesh
Thu May 03, 2012 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 3926

Thanks ray.
But I am not able to understand why there are 2 SQL in odbc stage .
However we are having a source link or the transformer from db2 stage.
Then why we nee again source SQL in odbc stage ?
Is that optional ?
by pandeesh
Thu May 03, 2012 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 3926

Is retuning multiple rows from db2 enterprise stage possible in server job ? By default I am getting multiple rows returned from reference warning . Do you want me to use odbc stage for extracting from db2? I just went through the odbc stage and I don't understands reference SQL and source SQL . So ...
by pandeesh
Thu May 03, 2012 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 3926

Obviously I cannot use hashed files since there are 2 records with same key1 from reference link. .even if I use key1,key2 both as keys I want to check equality for first key and non equality for the second key2. If I use database stages directly , I am getting multiple rows returned from reference ...
by pandeesh
Thu May 03, 2012 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in the below logic
Replies: 10
Views: 3926

help in the below logic

Hi, I have 2 links from 2 db2 tables with data like below source: --------- key1,key2,val1,val2 ----------------------- 123,121,120,128 123,120,120,123 123,112,119,100 Reference: ------------- key1,key2,val1,val2 ----------------------- 123,120,120,123 123,112,119,100 The logic is : source.key1=Ref....
by pandeesh
Tue May 01, 2012 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates in Dataset in Unix.
Replies: 10
Views: 4506

Yes. You can read by dumping, can delete , can truncate the contents of the dataset. But you can't create a new dataset from existing another dataset
by pandeesh
Tue May 01, 2012 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates in Dataset in Unix.
Replies: 10
Views: 4506

That's highly impossible in unix
by pandeesh
Wed Apr 25, 2012 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 6
Views: 4580

But i believe, there may not be any space, since his data is exactly 12 character long 000012345.00
by pandeesh
Tue Apr 24, 2012 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key
Replies: 3
Views: 2030

Ask your client why MD5 algorithm and try to educate them .
Don't accept whatever client want you to do
by pandeesh
Sun Apr 22, 2012 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications (fifo //./pipe/xxx)
Replies: 7
Views: 7836

Have you checked all the existing Posts regarding FIFO lock?

Thanks
by pandeesh
Fri Apr 20, 2012 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between the design
Replies: 4
Views: 1944

Thanks Craig
by pandeesh
Fri Apr 20, 2012 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between the design
Replies: 4
Views: 1944

Cool!! :wink:

Difference In terms of performance?
by pandeesh
Fri Apr 20, 2012 2:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between the design
Replies: 4
Views: 1944

Difference between the design

Hi, Can some one comment on the difference between the below 2 designs ? srctable-------->transformer------>tgtfile | | reftable srctable-------->transformer------>tgtfile | Hashed file | reftable Thanks
by pandeesh
Thu Apr 19, 2012 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single charcter match along with LIKE
Replies: 10
Views: 3557

It will become some more complex that if the number of a are more in the string and only one pattern is matching .
So we nee to recursively apply for all the occurrence of a .
Thanks for your help all
by pandeesh
Thu Apr 19, 2012 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single charcter match along with LIKE
Replies: 10
Views: 3557

Yes kandy. Thats the way I was also thinking about .
But when we have the pattern like %a_b%, I don't know how to match all the possible patterns .