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
what has been your most common programming mistake? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
how do you want missing values handled? : Sas programming
What is the sas data set? : sas-grid-administration
Do you need to know if there are any missing values?
What are symget and symput? : sas-macro
What are the features of SAS?
what is transformation in sas data integration? : Sas-di
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
How to include or exclude specific variables in a data set?
what is broad cast agent? : Sas-bi
What is by-group processing?
what are validation tools that are used in sas? : Sas-administrator
: and & modifiers.