what is sas? is a package or tool? give me introduction
about sas?
Answer Posted / venugopalreddy.m
sas is a language
sas is a Database
Sas is a warehouse
sas is a Reporting and analysis tool
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the use of divide function?
Mention the validation tools used in SAS?
What’s the difference between var b1 – b3 and var b1 — b3?
How to convert a numeric variable to a character variable?
To what type of programms have you used scratch macros?
Which are the statements whose placement in the data step is critical?
What are the limitations for memory allocation for SAS variables
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the basic syntax style in SAS?
What sas features do you use to check errors and data validation?
What do the PUT and INPUT functions do?
What can you learn from the SAS log when debugging?
how to remove duplicates using proc sql?
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.