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 difference between using drop = data set option in data statement and set statement?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What is the difference between %local and %global? : sas-macro
explain the proc in sas? : Sas-administrator
what is hash files in sas and why we are using this one in sas?
If a variable contains letters or special characters, can it be numeric data type?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How many data types are there in SAS?
what are some differences between proc summary and proc means? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what are the benefits of data integration? : Sas-di
What is proc sort?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Have you used macros? For what purpose you have used? : sas-macro