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...
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.