Search found 78 matches

by bhasds
Fri Jul 20, 2012 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenerio with datastage limitations
Replies: 9
Views: 9120

Hi Devesh

Hi Devesh, I have tried your scenario.The desired output can be achived through the help of a datastage job sequence and a parallel job. The steps are as below- In job Sequence- 1. Execute command1- cat PathName/FileName | nawk -F"|" '{print $1}' | sort -u | wc -l The above command will op...
by bhasds
Thu Jul 19, 2012 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i can achieve this result in datastage 7.5 px
Replies: 11
Views: 5077

Hi Informdaya

In that case, as Ray suggested it is possible through range lookup available in the latest version.
by bhasds
Thu Jul 19, 2012 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i can achieve this result in datastage 7.5 px
Replies: 11
Views: 5077

Hi Informdaya

Hi Informdaya, I have tried the above scenario by taking two transformer, one after the source and another after the reference.In both the transformer stage I have used following steps- 1. Stage variables- StgVar1=Seq(Field(InputColumn,"-",2,1)[1,1]) StgVar2=Seq(Field(InputColumn,"-&q...