WARNING: Group variable values will be truncated to 32 characters.
WARNING: Formatted subgroup variable values will be truncated to 32 characters.
i get this warning when using proc boxplot.
symbol value=dot color=salmon;
proc boxplot data=endp;
plot rbw * treatlbl /
cboxes = dagr
cboxfill = ywh;
label rbw = 'Relative Body Weight change (%)';
run;