Hallo all, I had exact the same issue (suddenly all figures grey), no solutions suggested in this topics worked for me. This helped: 1) run this: proc options option=sasuser; run; 2) copy the path to the windows folder SASUSER shown in the log (i.e. SASUSER= C:\Users\blabla\blabla\blabla\9.4 or something like that) 3) close your SAS session and go to this windows folder SASUSER= C:\Users\blabla\blabla\blabla\9.4 4) In this windows folder rename templat.sas7bitm and regstry.sas7bitm to templat.old and regstry.old 5) start new SAS session (new default templat.sas7bitm and regstry.sas7bitm will be created by SAS) Good luck!
... View more