It seems it does not recognise "set class; as it does not turn blue...
I removed the first line. It was an error introduced by the web editor on here.
Try it again.
thanks
Do you like to use proc sgplot ?
data class;
set sashelp.class;
if name='Alfred' then weight=200;
if name='Robert' then weight=500;
if name='Alice' then weight=20;
run;
proc sgplot data=class;
vbox weight/category=sex datalabel;
run;
Welcome to SAS, if you have further questions please feel free to ask.
This question appears answered, please mark the appropriate answer correct. BallardW solution was the correct answer.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.