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

发布时间 2023-09-20 18:20:06作者: helloyuen

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