what are the differences between proc report and proc
tabulate?
Answer Posted / ravi
Proc Report is used for listing output and ODS destinations
Proc tabulate is an alternative to using Proc report or File Print. Proc Tabulate summarizes value for all observation in a data set and prints the summaries in a table format.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what does the run statement do? : Sas programming
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
describe the interaction table in sas di? : Sas-di
what is the difference between unique key and primary key? : Sas-di
Name validation tools used in SAS
How many ways to overcome a missing values???
Mention common programming errors committed in sas ?
How you can read the variables that you need?
what type of graphs we will create(for 2+years candidates)?
Describe a time when you were really stuck on a problem and how you solved it?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
If you could design your ideal job, what would it look like?
what is SAS OPTIMIZATION?
Differentiate between sas functions and sas procedures.