Name and describe few sas character functions that are used for data cleaning in brief.
No Answer is Posted For this Question
Be the First to Post Answer
define table lookup and how may ways it can be done...explian
Describe the ways in which you can create a macro variable?
Name few SAS functions?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
How to read the file names of a text files from a shared drive using SAS?
Can we create datasets by proc step ? (Proc contents, Means)?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What is the command used to find missing values?
How many data types are there in SAS?
what are sas/access and sas/connect? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?