Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the role of administrative users? : sas-grid-administration

1136


Differentiate between format and informat? : sas-grid-administration

1120


What is PDV?

1205


Are you involved in writing the inferential analysis plan? Tables specfications?

2593


What is the function of output statement in a SAS Program?

1123


Tell me more about the parameters in macro? : sas-macro

1090


What are the table names in oracle database...?

2796


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.

2198


Explain the main difference between the sas procedures and functions? : Sas-administrator

1112


How are numeric and character missing values represented internally?

1711


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1542


What does the trace option do?

1163


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

1405


what is the difference between unique key and primary key? : Sas-di

1176


What makes sas stand out to be the best over other data analytics tools?

1114