Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / srini
Proc Means data=test noprint;
var var1 var2(optional)
output out=newdataset
sum= mean=;
run;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What Proc glm does?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What sas features do you use to check errors and data validation?
How to create an external dataset with sas code?
why is sas data integration studio important? : Sas-di
what is function of retain statment
How do dates work in SAS data?
What will calendar procedure do?
what is data integration? : Sas-di
Of all your work, where have you been the most successful?
What are the difference between sas functions and procedures?
how to change the execute of macro
Explain data step in SAS
What can you learn from the SAS log when debugging?
Define run-group processing?