4. Instead of using VBAR and VLINE, use the VBARPARM and SERIES statements. Your code will look something like the following: proc sgplot data=merged; vbarparm category=&TIME_GROUP response=freq_values / group=&COLUMN.binned seglabel ...; series x=&TIME_GROUP_2 y=mean_values;...