how can i use proc mean in program..
please anybody explain detail and simple with sample coding...
Consult the SAS Documentation and find descriptions and examples
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.
ok bro thank you...
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.
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.
Ready to level-up your skills? Choose your own adventure.