Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / sreekanth rao
please correct me if my thought process is wrong.
question is to show only sum and avg...
proc means data=test sum mean;
by var (optional);
run;
here we are req only for sum mean. use out=new data set
name to print most recent data set.
Thanks
hi friends expecting the ansewrs.
Thanks
Sreekanth rao
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are the difference between the sas data step and sas procs?
Differentiate between ceil and floor functions.
What is your favorite all time computer book? Why?
what is the primary data source for the wrs? : Sas-bi
What is the use of %include statement?
Which command is used to perform sorting in sas program?
how does sas handle missing values in functions? : Sas programming
What is the sas data set? : sas-grid-administration
explain the function of substr in sas? : Sas-administrator
What is proc sort?
Describe the function and utility of the most difficult SAS macro that you have written?
what are the types of interactive display types? : Sas-bi
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How to specify variables to be processed by the freq procedure?
What are the data types does SAS contain?