what are the differences between proc report and proc
tabulate?
Answer Posted / kumaraswamy maduri
Proc Report is used to create a customized output from
existing data.
Proc tabulate can even calculate statistics and prints the
data in tabular representation.
The basic difference is proc tabulate can calculate using
few statistics but proc report doesn't. Proc report has to
be used when you want to customize the report.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
: and & modifiers.
Differentiate between sas functions and sas procedures.
What would be the value of month at the end of data step execution and how many observations would be there?
what type of graphs we will create(for 2+years candidates)?
What is data _null_?
do you need to know if there are any missing values? : Sas programming
Name validation tools used in SAS
What do you know about sas and what we do? : sas-grid-administration
How does the internal authentication work in sas? : sas-grid-administration
How to limit decimal places for variable using proc means?
Explain what Proc glm does?
what is the function of catx syntax? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
List out some key concept of SAS
what are the considerations when picking a SAS/STAT procedure?