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


Please Help Members By Posting Answers For Below Questions

which date functions advances a date time or date/time value by a given interval? : Sas programming

533


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

686


Explain data_null_?

605


what is business intelligence? : Sas-bi

573


Describe a time when you were really stuck on a problem and how you solved it?

2201






what is sas application server? : Sas-di

533


Do you know the features of sas?

592


What is the role of sas grid administrator? : sas-grid-administration

822


What is slibref?

743


for whom is sas data integration studio designed? : Sas-di

554


Compare sas with other data analytics tools.

575


why a stop statement is needed for the point= option on a set statement?

621


Have you ever used the SAS Debugger?

1203


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

694


how does sas handle missing values in a merge? : Sas programming

549