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
标签:ReportFontsforClients.9,saswcur,does,exist,file,SAS,ttf From: https://www.cnblogs.com/helloyuen/p/17718023.html