You might have a corrupted template store in your SASUSER area. Check your SASUSER folder. if you see a template.sas7bitm file, either remove it or rename it, and restart your SAS session. Let us know if that clears it up.
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!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.