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 the role of administrative users? : sas-grid-administration
Differentiate between format and informat? : sas-grid-administration
What is PDV?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the function of output statement in a SAS Program?
Tell me more about the parameters in macro? : sas-macro
What are the table names in oracle database...?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Explain the main difference between the sas procedures and functions? : Sas-administrator
How are numeric and character missing values represented internally?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What does the trace option do?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what is the difference between unique key and primary key? : Sas-di
What makes sas stand out to be the best over other data analytics tools?