Loading Fact table

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ketanshah123
Participant
Posts: 88
Joined: Wed Apr 05, 2006 1:04 am

Loading Fact table

Post by ketanshah123 »

hi,
i already worked in informatica now i m working on datastage...

i know how to load fact in informatica.. it goes like this...

source-- SQ ---lookup1 on dim1
SQ----lkp2 on dim2
SQ----lkp3 on dim3 -------- Expression ----- target
SQ-----lkp4 on dim4

can anybody pls suggest me how it will look in datstage ???

thanks in advance
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

If you know to drive a Porsche it might be relativly easy to drive a Ferrari next day.

Concerning DataStage:

FTFM and go to a training session, otherwise your jobs will not be first class.
Wolfgang Hürter
Amsterdam
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Obviously it will "look" quite similar, since it is performing the same task.

Tip: when "drawing" in DSXchange, use Code tags, and use Preview to get it right.

Once you move to version 8 of DataStage, loading of the dimensions and the fact table can all be done in the one stream (if that's how you want to design it), using the new Slowly Changing Dimension stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
swapnilverma
Participant
Posts: 135
Joined: Tue Aug 14, 2007 4:27 am
Location: Mumbai

Re: Loading Fact table

Post by swapnilverma »

what are you talking here is concept ....it will be same in any ETL tool...

better luck for your DS training ( if not planning then plan it )
Thanks
Swapnil

"Whenever you find whole world against you just turn around and Lead the world"
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

source-- SQ ---lookup1 on dim1
SQ----lkp2 on dim2
SQ----lkp3 on dim3 -------- Expression ----- target
SQ-----lkp4 on dim4
It will same in the data stage too. There is lookup satge available in DS also. or you can use the joiner stage also. Instead of expression stage use the transformaer in the Datastage.

All the ETL will follwo the same logic.
Post Reply