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
What is program data vector (pdv)?
what type of graphs we will create(for 2+years candidates)?
how does sas handle missing values in sort order? : Sas programming
What is the difference between where and if statement?
what is the difference between unique key and primary key? : Sas-di
why is a stop statement needed for the point=option on a set statement? : Sas programming
What are the prime responsibilities of data integration administrator? : Sas-di
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
How do dates work in sas?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what is transformation in sas data integration? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
In ARRAY processing, what does the DIM function do?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What do you code to create a macro? : sas-macro