BookmarkSubscribeRSS Feed
niconegrin
Calcite | Level 5

It seems it does not recognise "set class; as it does not turn blue...

 

Reeza
Super User

I removed the first line. It was an error introduced by the web editor on here.

Try it again.

niconegrin
Calcite | Level 5

thanks

Ksharp
Super User

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;
niconegrin
Calcite | Level 5
I am just learning SAS
Reeza
Super User

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. 

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

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 20 replies
  • 14231 views
  • 2 likes
  • 5 in conversation