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. 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 12428 views
  • 2 likes
  • 5 in conversation