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

how we can create optional or required parameters in SAS macro...

5 Answers   TCS,


what is sas application server? : Sas-di

0 Answers  


When you will use nowd option in report???

6 Answers   Accenture,


why is sas considered self-documenting? : Sas programming

0 Answers  


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

0 Answers   Pfizer,






How to limit decimal places for variable using proc means?

0 Answers  


We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?

5 Answers  


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

0 Answers   Blue Star,


How to Rename Library?

3 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


Can you excute a macro within a macro? Describe.

2 Answers   Genta,


firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?

1 Answers  


Categories