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
How is character variable converted into numeric variable and vice versa?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
To what type of programms have you used scratch macros?
what is broad cast agent? : Sas-bi
Tell me more about the parameters in macro? : sas-macro
What will calendar procedure do?
how to generate the test data in sas without input data? : Sas-administrator
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Approximately what date is represented by the SAS date value of 730?
Which function is used to count the number of intervals between two sas dates?
What is the basic syntax style in SAS?
what is sas metadata repository? : Sas-bi
Give an example where SAS fails to convert character value to numeric value automatically?
What is the difference between nodupkey and nodup options?
What is a pdv and what are its functions?