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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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