I have been using SASUniversityEdition perfectly fine for the last few weeks, but this morning I updated the VirtualBox and SASUniversityEdition. Now I am trying to run the following code: proc reg data=three; model radiation = d hours / p clm; plot r.*hours; run; The regression is run fine, but I no longer get any plots, receiving this error: ERROR: Appendage SASXGANO not found, unable to produce graphics. I did not have this error before updating the programs. How can I get my graphics back? I had seen another post about using a plots= statement, but I haven't been able to get that to work.
... View more