I am able to create many types of bar charts in SAS but the simplest is escaping my grasp. A subset of my data looks somewhat like this: Year Var1 Var2 Var3 2004 0.50 0.38 0.93 2005 0.40 0.22 0.88 I want to create (for each year) a simple bar chart that has 3 bars, one for each variable and along the same axis for its respective value, but it seems like I am able to plot everything except what I'm trying to accomplish. This is easily done in Excel but I am automating the process since I need to make many charts (I need no assistance with automation). I have tried using Year as one of the variables (after limiting my plotting to certain years using a where statement) but still to no avail. Any advice?
... View more