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 / amit nakrani

I think we can do it in following way. Please correct me if
it is wrong.

proc means noprint data = sourcedata;
var var1 var2;
by var3;(optional)
output out = newdata
sum(var1,var2) = SumVar1 SumVar2
mean(var1,var2) = MeanVar1 MeanVar2;
run;

proc print data = newdata;
run;

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is sas application server? : Sas-di

1135


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1059


How you can read the variables that you need?

1176


How to test the debugging in sas?

1243


what has been your most common programming mistake? : Sas programming

1185


How to specify variables to be processed by the freq procedure?

1117


Explain what is the use of proc gplot?

1247


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1051


In sas, what are the areas that you are most interested in? : sas-grid-administration

1130


what is metadata? : Sas-bi

1074


Name some categories in sas 9? : sas-grid-administration

1024


Which function is used to count the number of intervals between two sas dates?

1192


Describe the function and utility of the most difficult SAS macro that you have written?

2626


what is the difference between infile and input? : Sas-administrator

1194


Hi, If anyone has base SAS certification dumps, please share.

1925