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...


what is the difference between proc means and proc tabulate?

Answers were Sorted based on User's Feedback



what is the difference between proc means and proc tabulate?..

Answer / paul

same statistics can be produced with both means & tabulate procedures but the difference lies in reporting/presenting the result.
eg: PROC MEANS can assign labels for Variable names but can't assign labels for statistics, whereas PROC TABULATE can assign labels for both variable names and statistics.

Is This Answer Correct ?    5 Yes 1 No

what is the difference between proc means and proc tabulate?..

Answer / vigneshwaran.s

Proc Means is used for Creating output with Mean,Std
Dev.,Minimum and maximum values for the Numeric variables
considered in Var Statement.

Proc tabulate is used for Creating tabular Report and it
does NOT deal with any statistics.

Is This Answer Correct ?    17 Yes 14 No

what is the difference between proc means and proc tabulate?..

Answer / ravi

Proc Means is used for creating reports with
mean,max,min,number of non missing values and lots more but
the statistics fields that I described above are the default
ones..For proc mean and we have more..

With proc tabulate we can do all work which proc report,proc
mean do with the help of proc tabulate we can have a report
which is more descriptive and can have statistics field too..

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More SAS Interview Questions

Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?

1 Answers   HCL,


How would you identify a macro variable? : sas-macro

0 Answers  


How do you define proc in sas? : sas-grid-administration

0 Answers  


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

1 Answers  


There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT

8 Answers   D&B,


what are the differences between proc report and proc tabulate?

3 Answers  


AE datasets names? how many types?

0 Answers   Accenture,


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


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

0 Answers  


Describe 5 ways to do a “table lookup” in SAS?

0 Answers  


Differentiate between proc means and proc summary.

0 Answers  


How is character variable converted into numeric variable and vice versa?

0 Answers  


Categories