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...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.