Search found 49 matches

by visvacfirvin
Fri Jul 25, 2008 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Alphanumeric sequence using Row Generator
Replies: 5
Views: 2847

Generating Alphanumeric sequence using Row Generator

Is there a way to generate alphanumeric sequence using Row generator? If so what option should i set. I tried the algorithm alphabets, its generating the values by taking each character at a time for a row.
by visvacfirvin
Fri May 16, 2008 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning with Multiple Keys
Replies: 4
Views: 1241

Oh thts cool...I got it. Thanks a lot. :D
by visvacfirvin
Fri May 16, 2008 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning with Multiple Keys
Replies: 4
Views: 1241

Can I take it as hash partition using all 6 keys wont work?? I'm just wondering what difference will it make if there's only 2 nodes if i partition using all 6 keys or with only A, B and C.
by visvacfirvin
Fri May 16, 2008 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash Partitioning with Multiple Keys
Replies: 4
Views: 1241

Hash Partitioning with Multiple Keys

Hi, I have a doubt in using Hash Partition using multiple keys. My logic is to calculate some values based on current key previous key logic. Consider that i've 3 nodes and i want to do the following operation. A B C D E F P1 1 2 3 1 2 P1 1 2 4 3 2 P1 1 2 5 2 3 P2 2 3 1 2 3 P2 2 3 2 3 4 Now a record...