Hey All! I'm having a bit of a problem with the output of insetgroup in some proc boxplots for a draft of a report I'm making. When I (re)start SAS Enterprise and run only one of my proc boxplots, the insetgroup area on the graph processes correctly, above the graph, in a table, with the correct format, as seen below. However, when I run the entire program, which has A LOT of different graphics (proc sgplot/bubble, proc sgplot/vbox, proc boxplot, proc print) on it, the inset group in every single proc boxplot does not format correctly (Shown below). Instead, it displays itself within the chart area of the graph, without a table, and not formatted appropriately. And then afterwards, when I run a singular proc boxplot to check to see what's wrong, it is formatted incorrectly again. It's the same code each time! Can someone help me figure out what's going on here? Does this happen because I'm trying to run too much code at once? And if so, how can I run the code and still get everything on the same report/pdf? Here's a copy of my code for one of my proc boxplots below. Sorry if it's a mess! I'm running SAS Enterprise 7.12 HF2 and SAS version 9.04. Thanks for all of your help!
... View more