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
do you need to know if there are any missing values? : Sas programming
Explain what is SAS informats?
Differentiate between proc means and proc summary.
Mention the validation tools used in SAS?
what are validation tools that are used in sas? : Sas-administrator
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Why and when do you use proc sql?
In proc transpose and data step with arrays which one you pick?
what is operational data and operational system? : Sas-di
What is the purpose of _character_ and _numeric_?
Describe the ways in which you can create macro variables? : sas-macro
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How do you debug and test your SAS programs?
How will you generate test data with no input data?