BookmarkSubscribeRSS Feed
3 REPLIES 3
Reeza
Super User
How are you adding the labels? Which Proc are you using? Code example is useful.
tahersayyad3
Calcite | Level 5

Proc univariate data=text1;

 Histogram  response / barlabel = percent midpoints=-11 to 11 by 1;

Run;

PaigeMiller
Diamond | Level 26

Show us the code that creates the histogram.

--
Paige Miller
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
  • 954 views
  • 0 likes
  • 3 in conversation