BookmarkSubscribeRSS Feed
sasuerrr
Calcite | Level 5

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.

3 REPLIES 3
Cynthia_sas
SAS Super FREQ

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


no_errors_SAS_vers9_4.png
sasuerrr
Calcite | Level 5

Thanks much Cynthia, I was running the code in SAS 9.2 on windows platform. Will do check with SAS technical support.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 2922 views
  • 3 likes
  • 3 in conversation