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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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