BookmarkSubscribeRSS Feed
Aswanth
Calcite | Level 5

how can i use proc mean in program..

 

please anybody explain detail and simple with sample coding...

4 REPLIES 4
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Have a program, insert the associated syntacltically correct for of proc means, eg:

proc means data=...;
  ...;
run;

Do bear in mind the quality of answers you receive is dependant on the amount of information you provide.  Showing test data (in the form of a datastep), what you want out, what code you have tried, what log is generated etc. all go towards understanding you problem.

Reeza
Super User
If you're looking for detailed write ups I suggest searching the topic at lexjansen.com. There will be many user written papers that will have full code samples.
Aswanth
Calcite | Level 5

ok bro thank you...

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 4 replies
  • 1489 views
  • 2 likes
  • 4 in conversation