Hi,
I am using ods tagset to create an rtf output and I am getting the following error message
Code.
ods tagsets.rtf file='c:\temp\table.rtf';
proc report nowd data=sashelp.class
style(report)=[rules=none frame=void ];
run;
Error:
ERROR: The PNG driver can not find any fonts. No output will be created.
ERROR: The PNG driver can not find any fonts. No output will be created.
ERROR:
.
ERROR: Fatal ODS error has occurred. Unable to continue processing this output destination.
WARNING: No body file. TAGSETS.RTF output will not be created.
Hi,
When I run that code, I do not get errors in SAS 9.4. (see screen shot) That is a strange error, anyway, since your code doesn't show any graph code that might use PNG as a graph format or need fonts. I think your best resource is to open a track with Tech Support where they can look at ALL of your code and collect information about your SAS version, your operating system, etc.
cynthia
Thanks much Cynthia, I was running the code in SAS 9.2 on windows platform. Will do check with SAS technical support.
Have you tried re-starting SAS with a fresh session and only running that bit of code? Also try putting ods _all_ close; before.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.