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 are the difference between ceil and floor functions in sas?
Are you sensitive to code walk-throughs peer review or QC review?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the difference between using drop = data set option in data statement and set statement?
Can you suggest us materials for sdtm mapping?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Given an unsorted data set, how to read the last observation to a new data set?
where are dashboard components are created and maintained? : Sas-bi
what are validation tools that are used in sas? : Sas-administrator
explain the main difference between the nodup and nodupkey options? : Sas-administrator
why a stop statement is needed for the point= option on a set statement?
How do you control the number of observations and/or variables read or written?
What is program data vector (pdv)?
What is by-group processing?