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 is by-group processing?
How would you define the end of a macro? : sas-macro
Name few SAS functions?
What are the prime responsibilities of data integration administrator? : Sas-di
what are the benefits of data integration? : Sas-di
Why and when do you use proc sql?
what is the Population you used in your project, is it ITT or PP?
What is the difference between reading data from an external file and reading data from an existing data set?
what is snowflake schema? : Sas-di
Can you execute macro within another macro? : sas-macro
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is the function of catx syntax? : Sas-administrator
Difference between informat and format?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what has been your most common programming mistake? : Sas programming