is there any difference between proc summary and proc means?
Answers were Sorted based on User's Feedback
Answer / ganga
yes,proc means gives default listing output as soon as the
program executes where as the proc summary doesnot.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ramesh varma
VAR statement must be used in proc summary.
VAR statement is optional in proc means.
proc summary with "print" option desplays output
proc means without "print" option desplays output
| Is This Answer Correct ? | 5 Yes | 0 No |
What are the different types of sas functions?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
How to limit decimal places for the variable using proc means?
Enlist the functions performed by sas.
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
how to generate the test data in sas without input data? : Sas-administrator
Where do you use proc means over proc freq?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
how are numeric and character missing values represented internally? : Sas programming
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
What are the uses of sas?
where to use sas business intelligence? : Sas-bi