Need of SCD stage in datastage

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
karthi_gana
Premium Member
Premium Member
Posts: 729
Joined: Tue Apr 28, 2009 10:49 pm

Need of SCD stage in datastage

Post by karthi_gana »

All,

I have visited the below URL and read about SCD and its types.

http://etl-tools.info/en/datastage-tuto ... astage.htm

I don't see SCD stage in any types. i.e 1,2,3 and 4. They have implemented all those types without using SCD stage. It makes sense for me.

They have implemented all the SCD types with the help of sequential, hashed and ODBC stage. why do we need SCD stage ? what is the advantage of using that? may be the surrogate key & business key add some value for this stage. right?

It seems like datastage SCD stage supports only SCD1 & SCD2. right?

if i want to implement SCD3 or SCD4, i have to go with sequential, hashed and ODBC stages. right?

Inputs are welcome!
Karthik
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

SCD stage supports only Type 1 and Type 2 (and "Type 1 and a half" if you follow that nomenclature). It's probably because there's yet to be industry agreement on what Type 3 and Type 4 actually mean that support for these is not provided in the SCD 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Keep in mind that site just publishes material ripped off from official sources and that is the old tutorial from the 7.5 Server release, hence no mention of any PX stages.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply