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 / sumit

proc means data=work.emp sum mean;
class deptno;
var sal;
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between where and if statement?

1154


What is maximum number of rows and cols can be handled in SAS?

1671


For what purpose would you use the RETAIN statement?

1583


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

1120


what is sas business intelligence? : Sas-bi

1264


for report generation which one you used proc report or data_null_?

7934


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

2229


Give some examples where proc report’s defaults are different than proc print’s defaults?

1133


What areas of SAS are you most interested in?

1578


How do you test for missing values?

1690


What would you change about your job?

2442


What are the functions used for character handling?

1303


Give an example where SAS fails to convert character value to numeric value automatically?

1135


How do you connect the desktop application to metadata server? : sas-grid-administration

1147


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

1090