Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / sireesha
Proc report is very flexible to create tables than proc
tabulate as it
----supports built-in formats
-----it has both the features of displaying output on
report template and creating datasets.....
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Do you need to know if there are any missing values?
What do the SAS log messages "numeric values have been converted to character" mean?
What areas of SAS are you most interested in?
Explain what Proc glm does?
What is the difference between input and infile statement?
How to include or exclude specific variables in a data set?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what is hash files in sas and why we are using this one in sas?
what is metadata? : Sas-bi
What is by-group processing?
How many ways to overcome a missing values???
How can you create a macro variable with in data step? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc 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.
Explain how you can debug and test your SAS program?