Search found 2 matches

by ashokyadav
Thu Oct 27, 2005 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage - pure inner join speed
Replies: 12
Views: 3628

Merge Stage - pure inner join speed

[quote="kcbland"]I would use a SEQ stage to read file 1 and go to a XFM and leave the data in the column position it's in, but add a third column with a derivation of "". I would add another SEQ stage to read file 2 and go to a XFM and map the data into the third column created j...
by ashokyadav
Thu Oct 13, 2005 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: key generate
Replies: 5
Views: 1545

Stage Variable

[quote="Luciana"]Use stage variables on sorted data. Ex.: varEmp (@Null) := RowProcGetPreviousValue(ENTRADA.id) varSeq (0) := if ENTRADA.id = varEmp then varSeq +1 else 1 -------------------------------------------------------- Target id_key := ENTRADA.id : varSeq[/quote] -----------------...