what is the difference between proc means and proc summary?
Answer Posted / kitty
proc means has default print option where as in proc summary
to print the output in output window u need to specify print
option. in simple words proc summary with print option is
same as proc means.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Of all your work, where have you been the most successful?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Explain what Proc glm does?
In SAS explain which statement does not perform automatic conversions in comparisons?
Can you explain the process of calendar?
What is the difference between input and infile statement?
what is metadata? : Sas-bi
Where do you use proc means over proc freq?
What are the different versions of sas that you have used until now? : sas-grid-administration
name several ways to achieve efficiency in your program? : Sas programming
what is the difference between unique key and primary key? : Sas-di
What is interleaving in SAS?
Give some examples where proc report’s defaults are same as proc print’s defaults?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What do the SAS log messages "numeric values have been converted to character" mean?