Search found 124 matches

by fmou
Tue Jul 12, 2011 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type 1 and Type 2 co-exist in SCD
Replies: 1
Views: 1235

Type 1 and Type 2 co-exist in SCD

Hi, I know that, "If both Type 1 and Type 2 changes exist for the same record, the Type 2 change takes precedence over the Type 1 change. This means that a new dimension record is first created, and then the Type 1 changes are applied to the newly created record only. The Type 1 changes in this...
by fmou
Tue Jul 12, 2011 6:14 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3127

The big difference is that the version 8 DSX file will have version 8 components in it ... Hmm, apart from that, nothing major? Or, let me ask this way, say the dsx file exported from DS version 7 is imported into v8x, then exported again, would the changes be massive? (I don't have a DS 8 to try o...
by fmou
Tue Jul 12, 2011 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD: the blank purpose code
Replies: 1
Views: 832

SCD: the blank purpose code

"The SCD stage provides nine purpose codes to support dimension processing. The (blank) means that the column has no SCD purpose. This purpose code is the default." I'm wondering what the blank purpose code actually means. If my scd dimension has a field which purpose code is blank, will ...
by fmou
Tue Jul 12, 2011 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking the sorted data
Replies: 3
Views: 1256

Again, exactly the answers that I was looking for! Thanks a lot. One more question to make it complete, if I use " Don't Sort - Previously Sorted ", will the "key field changed", "group changed" DS fields get popIulated correctly? If no, I do have to "re-sort"...
by fmou
Tue Jul 12, 2011 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel threads in same stage
Replies: 2
Views: 907

asorrell wrote:Yes, you can ..., however there are considerations . . .
Thanks a lot, exactly the answers that I was looking for.

Anyone has more concerns?

Thanks
by fmou
Tue Jul 12, 2011 1:33 pm
Forum: General
Topic: Difference between dsx files of version 7 and 8
Replies: 11
Views: 3127

Difference between dsx files of version 7 and 8

Hi,

I don't have a DS 8 to try out myself so I have to ask here -- does the dsx file exported from DS version 7 and 8 have huge differences?

Has anyone had a need to import DS 8 dsx files into DS 7?

Thanks
by fmou
Tue Jul 12, 2011 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel threads in same stage
Replies: 2
Views: 907

Parallel threads in same stage

Hi,

Might not be that common, but I'm just wondering if it is possible to have different parallel threads in same stage? E.g.,

Image

This might be helpful during data preparation stage.

Thanks
by fmou
Tue Jul 12, 2011 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking the sorted data
Replies: 3
Views: 1256

Taking the sorted data

Hi,

It is recommended to use the "same" method when the data is sorted in previous stages, however, I'm wondering what if the previous stage is a database stage, that sorts data using the "order by" sql clause.

Can I still use the "same"sorting method?

thanks
by fmou
Wed Jun 22, 2011 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator, prefixing Surrogate Key
Replies: 12
Views: 5209

Why not just have the Sequential File stage generate the row number? That would serve as the key you seek. ... Ops, spoke too soon. Actually, the limitation is at the Column Import stage. I'm using the schema file as the Column Method of the Column Import stage. I.e., my Output link Mapping was emp...
by fmou
Tue Jun 21, 2011 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator, prefixing Surrogate Key
Replies: 12
Views: 5209

ray.wurlod wrote:Why not just have the Sequential File stage generate the row number? That would serve as the key you seek. ...
Ah, good idea, didn't know that.
Type: Output Column
Adds an unsigned BigInt column with the specified name to the output that contains the row number.
thanks
by fmou
Sat Jun 18, 2011 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator, prefixing Surrogate Key
Replies: 12
Views: 5209

simply map the surrogate key column from the input link to the output link (as you would in most other stages) on the Output link Mapping tab. Oh, just figured out why you think that way. No that doesn't work for my case because I'm using schema file as the Column Method of the Column Import stage....
by fmou
Fri Jun 17, 2011 6:44 pm
Forum: General
Topic: Test -s: Handle Unix Command Error, CC=1, and CC=0
Replies: 5
Views: 1750

So to handle OK, did i do it right by creating an output link that leads to a sequence and which in turn does nothing or is there any other way to handle OK knowing I really don't want to trigger anything just handle it. Did you mean Return Value="0" or 1? Because Exit status 0 is handled...
by fmou
Fri Jun 17, 2011 2:28 pm
Forum: General
Topic: Identifying the erroneous column
Replies: 7
Views: 1877

thanks everyone for the explanation, especially chulett for your clarification!
by fmou
Fri Jun 17, 2011 1:44 pm
Forum: General
Topic: Identifying the erroneous column
Replies: 7
Views: 1877

Thanks for your reply Ray, Unfortunately, I was having a hard time trying to interpret what you were trying to say, 'cause Tabs are GUI concept, whereas folders are files system concept. Before asking further questions on it, let's find some common ground. I'm using DS 7.5, and to specify details ab...
by fmou
Fri Jun 17, 2011 1:25 pm
Forum: General
Topic: Stages, field names and job parameters
Replies: 5
Views: 2964

Thanks a lot for the answers. I tried to find the answer myself. E.g., I read the coredevgde.pdf, ie, Designer Guide, but only to find: Using Job Parameters in Parallel Jobs You can use the defined parameters by specifying them in place of properties in a parallel job stage editor. ... but nothing s...