Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / sumit
proc means data=work.emp sum mean;
class deptno;
var sal;
run;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Differences between where and if statement?
What is maximum number of rows and cols can be handled in SAS?
For what purpose would you use the RETAIN statement?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is sas business intelligence? : Sas-bi
for report generation which one you used proc report or data_null_?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What areas of SAS are you most interested in?
How do you test for missing values?
What would you change about your job?
What are the functions used for character handling?
Give an example where SAS fails to convert character value to numeric value automatically?
How do you connect the desktop application to metadata server? : sas-grid-administration
Tell me more about the parameters in macro? : sas-macro