is there any differnce between proc means and proc summary?
Answer Posted / bharath
proc means:It will give descreptive statitstics.
By default it will give output in output window.
limited statistics will give like n,mean,median,min and max.
If we need additional statistics we need to add options.
Proc summary:same thing but it will not give output as
default.we need give an option print then only it will give
the output.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the use of function Proc summary?
How do you control the number of observations and/or variables read or written?
explain about various caches available in data integrator? : Sas-di
Given an unsorted data set, how to read the last observation to a new data set?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Difference between informat and format?
Describe the function and untility of the most difficult SAS macro that you have written.
what is data integration? : Sas-di
In proc transpose and data step with arrays which one you pick?
explain what is data set in sas? : Sas-administrator
what versions of sas have you used (on which platforms)? : Sas programming
Explain how merging helps to combine data sets.
what are sas/access and sas/connect? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what is the primary data source for the wrs? : Sas-bi