Answer Posted / name is no need
good answers from nishant and ganesh
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
how are numeric and character missing values represented internally? : Sas programming
What are the different types of sas functions?
What is the length assigned to the target variable by the scan function?
What is a pdv and what are its functions?
what is hash files in sas and why we are using this one in sas?
what is intially documentation in sas?
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.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How are numeric and character missing values represented internally?
What is your favorite all time computer book? Why?
What are the default statistics that proc means produce?
Differentiate between proc means and proc summary.
Explain how you can debug and test your SAS program?
What can be the size of largest dataset in SAS?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?