What is algorithm in SCD Type2(SAS DI Studio Transformaton)?
Answers were Sorted based on User's Feedback
Answer / john
For more SAS DI related info visit
http://www.itinterview-madeeasy.com/2012/05/50-sas-di-interview-questions.html
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / senthilnathan.k
SC-2 Small Changing Dimension, We used for maintaining the
history of records.
ETL(Extraction, Transformation and Loading) the Data marts
called as target table using proc append, which will
appending the records in the target table using md5
algorithms.
Which will create Surrogate key corresponding to each
record.
| Is This Answer Correct ? | 4 Yes | 9 No |
How to set on/off a group of indicators in a single statement?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
why we use abstract in awt?
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
what is runtime exception and compiletime exception ?
Diff between %let and Call symput?
what is the BAM? where we can use it in BizTalk server?
what is polymorphism in java.
what is d main diff between the java and .net framework
What is ur porject Architecture? If anyone ask what i have to specify here..
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.