BookmarkSubscribeRSS Feed
rawindar
Calcite | Level 5

Hi can anybody help me to understand what is the difference between PROC MEANS and PROC SUMMARY,

                                                                                                      PROC MEANS and PROC TABULATE

thanks&regards

Rawindarreddy.

1 REPLY 1
Adhiwardhana
Calcite | Level 5

Based on SAS Programming 1: Essentials training book, the difference between PROC MEANS and PROC SUMMARY are:

  • PROC MEANS:
  • The PRINT option is set by default, displays output
  • Omitting the VAR statement analyzes all the numeric variables

PROC SUMMARY:

  • The NOPRINT option is set by default, displays no output
  • Omitting the VAR statement will produce only simple count of observations

PROC TABULATE is merely different in usage, more to produce two or more dimensional report(s)

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1552 views
  • 0 likes
  • 2 in conversation