Physical file does not exist, SAS.ReportFontsforClients.9.4.saswcur.ttf

ERROR: Physical file does not exist, \SAS\ReportFontsforClients\9.4\saswcur.ttf
A circumvention for this issue is to add the following OPTIONS statement to your SAS code before the ODS PDF FILE= statement:
options sysprintfont="Courier";

To determine the current setting of your FONTSLOC system option, submit the following statements to SAS and then check the new information that is written to the SAS log:
proc options option=fontsloc;
run;

http://support.sas.com/kb/15/682.html

posted @ 2023-09-20 18:11  helloyuen  阅读(42)  评论(0编辑  收藏  举报