InterviewSolution
Saved Bookmarks
| 1. |
How To Generate Statistics Using Proc Sql? |
|
Answer» Yes, we can generate the statistics like N, Mean, Median, Max, Min, STD & SUM using PROC SQL. But SQL procedure cannot CALCULATE all the above statistics by default, as it is the CASE with PROC MEANS. Yes, we can generate the statistics like N, Mean, Median, Max, Min, STD & SUM using PROC SQL. But SQL procedure cannot calculate all the above statistics by default, as it is the case with PROC MEANS. |
|