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;