hi All, my problem is to show various unit by group up to 100% as in file enclosed..
someone could help me?
thank's in advance
Pio
This isn't a work request board. Look at this blog site, it has thousands of examples of all types of graph, and you will find many examples for your type.
thank's for the suggestion
regards
Pio
Here is a simple example:
proc subplot data=sashelp.class pctlevel=group;
vbar age / response=weight stat=percent seglabel group=sex;
run;
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.