Search found 5 matches

by JoAnu
Fri Apr 09, 2010 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer stage/stage variables
Replies: 1
Views: 1448

transformer stage/stage variables

how bad is it to have a transformer stage with a bunch of stage variables, collector type = sort merge and execution mode = sequential. is performing sort extraneus if collector type is set to sort merge ?
by JoAnu
Tue Mar 16, 2010 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer , "=", "<>" issue
Replies: 3
Views: 1557

Sorry, it is a silly mistake of mine... in my stage variable derivation i am concatenating a bunch of cols vs col1:col2:[u]if then else[/u]:col3:col4 i simply overlooked the fact that i need enclose if then else in parenthesis thats why the else condition is giving me wrong results.
by JoAnu
Tue Mar 16, 2010 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer , "=", "<>" issue
Replies: 3
Views: 1557

Transformer , "=", "<>" issue

I am trying to use if then else to derive stage variable. for Eg i have a col1 with values 'ABC', DBA', if my logic is if col1='ABC' then 'A' else 'B'. output should be 'ABC', 'A' 'DBA', 'B' but it is 'ABC', <null> 'DBA', 'B' if i reverse the logic if col1 <>'ABC' then 'B' else 'A' my result is 'ABC...
by JoAnu
Thu Feb 25, 2010 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage
Replies: 4
Views: 2738

Re: join stage

Sorry forgot to mention "if there is a way other than renaming one of the input columns"
by JoAnu
Thu Feb 25, 2010 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage
Replies: 4
Views: 2738

join stage

Is there a way to propagate duplicate columns in join stage?

Thanks