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 is the command used to find missing values?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what is the purpose of _error_? : Sas programming
What do you know about sas data set?
How to limit decimal places for the variable using proc means?
how do you debug and test your sas programs? : Sas programming
Mention what is the difference between nodupkey and nodup options?
What are the statements that are executed only?
How to limit decimal places for variable using proc means?
What is the difference between order and group variable in proc report?
What is the length assigned to the target variable by the scan function?
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 is your favorite all time computer book? Why?
what are all the reports you generated in your recent project?
what techniques and/or procs do you use for tables? : Sas programming