SAS 绘图相关的两个报错

使用proc gchart绘图时,出现以下报错。

ERROR: The PNG driver can not find any fonts. No output will be created.
原因:没有指定生成图表的输出路径
解决方法:在 SAS->Tools->Options->Preferences->Results项下指定路径即可。

ERROR: The PNG driver can not find any fonts. No output will be created.
ERROR: Physical file does not exist, C:\SAS\ReportFontsforClients\9.4\sasmono.ttf.
原因:本地安装包缺少字体文件
解决方法:在网上下载相应字体文件sasmonottf,然后放到对应路径即可。

posted @ 2023-08-15 21:24  helloyuen  阅读(132)  评论(0)    收藏  举报