BookmarkSubscribeRSS Feed
yiapipi
Calcite | Level 5

 

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

 

3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

https://blogs.sas.com/content/graphicallyspeaking/

yiapipi
Calcite | Level 5

thank's for the suggestion

regards

Pio

DanH_sas
SAS Super FREQ

Here is a simple example:

 

proc subplot data=sashelp.class pctlevel=group;
vbar age / response=weight stat=percent seglabel group=sex;
run;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

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
  • 3 replies
  • 1602 views
  • 0 likes
  • 3 in conversation