Search found 25 matches

by vipshiva
Thu Apr 05, 2007 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row by row execution
Replies: 13
Views: 2950

I got correct o/p using stage variables...

So try to implement using Kumar's logic.....
by vipshiva
Wed Apr 04, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the dynamic lookup is Achieved in Data Stage
Replies: 9
Views: 4080

o.k thank you wolf...

If I get like that scenario I will post the query :D
by vipshiva
Wed Apr 04, 2007 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the dynamic lookup is Achieved in Data Stage
Replies: 9
Views: 4080

I have given just an example......this will work fine....
But this will not work as Informatica's Dynamic lookup...
Any other solution..... Wolf
by vipshiva
Wed Apr 04, 2007 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the dynamic lookup is Achieved in Data Stage
Replies: 9
Views: 4080

I think Balaji you are talking about static lookup.... Gerling, My requirement is as follows i/p- Sequential file: eno,ename,sal 101,Siva,10000 102,Prem,2000 101,Siva,9000 o/p- Table: 101,Siva,9000 102,Prem,2000 Since the duplicate records are coming in the same file with different values, First tim...
by vipshiva
Wed Apr 04, 2007 2:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Char fields not being padded
Replies: 5
Views: 1306

Can you pls explain with an example?....
by vipshiva
Wed Apr 04, 2007 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the dynamic lookup is Achieved in Data Stage
Replies: 9
Views: 4080

But will this refresh the hash file as soon as my target table is updated?.....
by vipshiva
Wed Apr 04, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How the dynamic lookup is Achieved in Data Stage
Replies: 9
Views: 4080

How the dynamic lookup is Achieved in Data Stage

Hi All, Can you please explain me, how the dynamic lookup in Informatica can be achieved in Data Satge Server Edition... For those who don't know Informatica, I have a Target Table TGT_TBL. I want to have a lookup against this itself while loading the data into TGT_TBL. How this could be achieved In...
by vipshiva
Tue Apr 03, 2007 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Hash File in job sequence with multiple instances
Replies: 5
Views: 1591

Try to pass the hash file names using job parameters.....

i.e....for each instance you pass the different hash name....

Rgds,
Shiva....
by vipshiva
Tue Apr 03, 2007 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split a single row of record in to two row of output
Replies: 18
Views: 7916

Use pivot Stage in Designer.....


Regards,
Siva.
by vipshiva
Tue Apr 03, 2007 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 11384

Try to partition the target table and then bulk load it will improve performance...... Otherwise Create indexes in the target table.....

Regards,
Siva.