what is the difference between proc means and proc tabulate?
Answer Posted / 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 View All Answers
How to limit decimal places for variable using proc means?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what are the scrubbing procedures in sas? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
What is program data vector (pdv) and what are its functions?
Briefly explain input and put function?
What does the RUN statement do?
Difference between sum function and using “+” operator?
If you could design your ideal job, what would it look like?
How to sort in descending order?
Explain by-group processing?
What is the difference between input and infile statement?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
how do you debug and test your sas programs? : Sas programming