how do we mail reports from SAS environment to our team
leader
Answer Posted / ankit
only santosh is correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how you can debug and test your SAS program?
What is data _null_?
What are the default statistics for means procedure?
What are the differences between sum function and using “+” operator?
What is the length assigned to the target variable by the scan function?
How many data types are there in SAS?
What is the difference between the proc sql and data step?
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?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Tell me about % include and % eval? : sas-macro
What are the difficulties u faced while doing vital signs table or dataset?
Explain the use of proc print and proc contents?
how to debug and test the sas program? : Sas-administrator
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.
Mention common programming errors committed in sas ?