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 is SAS? What are the functions does it performs?
If a variable contains letters or special characters, can it be numeric data type?
what is the difference between nodup and nodupkey options? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
: and & modifiers.
How can you create a macro variable with in data step? : sas-macro
explain the difference between proc means and proc summary?
Can you execute macro within another macro? : sas-macro
List out some key concept of SAS
Tell e how how dealt with..
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is program data vector (pdv) and what are its functions?
Where do you use proc means over proc freq?
Compare sas with other data analytics tools.