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

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

Register now!

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