Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / venkatesh.layam
proc means data=sashelp.calss means sum=total;
class gender;
var age;
run;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you delete duplicate observations in sas?
What is PDV?
What is the use of function Proc summary?
what is broad cast agent? : Sas-bi
What sas features do you use to check errors and data validation?
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 the use of divide function?
What is the difference between SAS functions and procedures?
Do you know the features of sas?
what is the Population you used in your project, is it ITT or PP?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Have you ever used the SAS Debugger?
How is character variable converted into numeric variable and vice versa?
What is the role of unrestrictive users? : sas-grid-administration
In ARRAY processing, what does the DIM function do?