what is the difference between proc means and proc summary?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / abc
proc summary without var statement gives only sum.
proc summary with var !!!to proc means
| Is This Answer Correct ? | 2 Yes | 2 No |
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
for whom is sas data integration studio designed? : Sas-di
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
How do you debug macros?
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
What is the basic syntax of a sas program?
Can you explain the process of calendar?
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
how to assign a macro value to a variable?
which stats created by proc means that are not created by proc summary or vice versa?
How to select the observations randomly from a SAS dataset