Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / sas - user
Proc Report and Proc Tabulate procedures are very useful
for generating reports. Proc Report is preferable in using
listing type reports and Proc Tabulate is preferable in
genrating Tables.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What are symget and symput? : sas-macro
How to read an input file in sas?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
what are some good sas programming practices for processing very large data sets? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Why double trailing @@ is used in input statement?
Explain substr function?
What is proc sort?
Which command is used to perform sorting in sas program?
What are the difference between ceil and floor functions in sas?
what is sas application server? : Sas-di
What is the difference between order and group variable in proc report?
For what purpose would you use the RETAIN statement?