<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic PNG driver and ODS error messages in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684624#M207501</link>
    <description>&lt;P&gt;Can someone help me figure out why I'm getting these error messages and how to get rid of them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: The PNG driver can not find any fonts.&amp;nbsp; No output will be created.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;destination.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;WARNING: No body file. RTF output will not be created.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 14:25:59 GMT</pubDate>
    <dc:creator>hein68</dc:creator>
    <dc:date>2020-09-17T14:25:59Z</dc:date>
    <item>
      <title>PNG driver and ODS error messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684624#M207501</link>
      <description>&lt;P&gt;Can someone help me figure out why I'm getting these error messages and how to get rid of them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: The PNG driver can not find any fonts.&amp;nbsp; No output will be created.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: Fatal ODS error has occurred. Unable to continue processing this output &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-autospace: none;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;destination.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;WARNING: No body file. RTF output will not be created.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; background: white;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 14:25:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684624#M207501</guid>
      <dc:creator>hein68</dc:creator>
      <dc:date>2020-09-17T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: PNG driver and ODS error messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684664#M207521</link>
      <description>&lt;P&gt;Code, from your ODS destination state through the step that created this error. Copy the code and ALL messages from the log and paste into a code box on the forum opened with the &amp;lt;/&amp;gt; icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 15:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684664#M207521</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-17T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: PNG driver and ODS error messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684683#M207527</link>
      <description>&lt;P&gt;Sure, here is the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname data 'L:\RESEARCH\Statwork\tsaeidzadeh\Moon, Chooza\Alzheimers Association\SAS\data';

libname fmts 'L:\RESEARCH\Statwork\tsaeidzadeh\Moon, Chooza\Alzheimers Association\SAS\Formats';

%PUT &amp;amp;SYSDATE &amp;amp;SYSTIME;      /*PUT DATE &amp;amp; TIME ON LOG        */
%LET CURTIME=%SYSFUNC(TIME(),TIMEAMPM11.0);
%LET CURDATE=%SYSFUNC(TODAY(),WORDDATE.);
FOOTNOTE font="sas monospace" height=1 "This output was created at &amp;amp;CURTIME on &amp;amp;CURDATE";

options nocenter pagesize = 120 linesize = 80 date pageno=1 errors = 2
        topmargin=.5 in leftmargin=.25 in rightmargin=.25 in bottommargin=.5 in
        orientation=portrait;
options nosymbolgen nomlogic nomprint;
options fmtsearch = (fmts.Formats);
options nofmterr; *if SAS can't find format, it will continue;
title;
ods noproctitle;


proc format /*library=fmts.format*/ fmtlib;
*Eligibility;
      Value yesno 1='Yes' 0='No';
run;
&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;And here is the log:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Run1st';
4          %LET _CLIENTPROCESSFLOWNAME='Process Flow';
5          %LET _CLIENTPROJECTPATH='L:\RESEARCH\Statwork\tsaeidzadeh\Moon,
5        ! Chooza\Alzheimers Association\SAS\pgm\mcalzassoc.egp';
6          %LET _CLIENTPROJECTPATHHOST='NRSG-NB-412L';
7          %LET _CLIENTPROJECTNAME='mcalzassoc.egp';
8          %LET _SASPROGRAMFILE='L:\RESEARCH\Statwork\tsaeidzadeh\Moon,
8        ! Chooza\Alzheimers Association\SAS\pgm\Run1st.sas';
9          %LET _SASPROGRAMFILEHOST='NRSG-NB-412L';
10         
11         ODS _ALL_ CLOSE;
12         OPTIONS DEV=PNG;
13         GOPTIONS XPIXELS=0 YPIXELS=0;
14         FILENAME EGRTF TEMP;
15         ODS RTF(ID=EGRTF) FILE=EGRTF
16             ENCODING='utf-8'
17             STYLE=Rtf
18             NOGTITLE
19             NOGFOOTNOTE
20         ;
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. RTF output will not be created.
21         FILENAME EGPDF TEMP;
22         ODS PDF(ID=EGPDF) FILE=EGPDF STYLE=Pearl;
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: .
23         FILENAME EGSR TEMP;
24         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
25             STYLE=HTMLBlue
26             STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterprise
26       ! Guide/7.1/Styles/HTMLBlue.css")
27             NOGTITLE
28             NOGFOOTNOTE
29             GPATH=&amp;amp;sasworklocation
30             ENCODING=UTF8
31             options(rolap="on")
32         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
33         
34         GOPTIONS ACCESSIBLE;
35         *Chooza Moon: Alzheimers Association;
36         
37         libname data 'L:\RESEARCH\Statwork\tsaeidzadeh\Moon,
37       ! Chooza\Alzheimers Association\SAS\data';
NOTE: Libref DATA refers to the same physical library as TMP00001.
NOTE: Libref DATA was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: L:\RESEARCH\Statwork\tsaeidzadeh\Moon, Chooza\Alzheimers 
      Association\SAS\data
38         
39         libname fmts 'L:\RESEARCH\Statwork\tsaeidzadeh\Moon,
39       ! Chooza\Alzheimers Association\SAS\Formats';
NOTE: Libref FMTS was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: L:\RESEARCH\Statwork\tsaeidzadeh\Moon, Chooza\Alzheimers 
      Association\SAS\Formats
40         
41         %PUT &amp;amp;SYSDATE &amp;amp;SYSTIME;      /*PUT DATE &amp;amp; TIME ON LOG        */
17SEP20 08:33
42         %LET CURTIME=%SYSFUNC(TIME(),TIMEAMPM11.0);
43         %LET CURDATE=%SYSFUNC(TODAY(),WORDDATE.);
44         FOOTNOTE font="sas monospace" height=1 "This output was created at
44       ! &amp;amp;CURTIME on &amp;amp;CURDATE";
45         
46         options nocenter pagesize = 120 linesize = 80 date pageno=1 errors =
46       ! 2
47                 topmargin=.5 in leftmargin=.25 in rightmargin=.25 in
47       ! bottommargin=.5 in
48                 orientation=portrait;
49         options nosymbolgen nomlogic nomprint;
50         options fmtsearch = (fmts.Formats);
51         options nofmterr; *if SAS can't find format, it will continue;
52         title;
53         ods noproctitle;
54         
55         
56         proc format /*library=fmts.format*/ fmtlib;
57         *Eligibility;
58              
58       !  Value yesno 1='Yes' 0='No';
NOTE: Format YESNO is already on the library WORK.FORMATS.
NOTE: Format YESNO has been output.
59         run;

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.01 seconds
      cpu time            0.00 seconds
      

60         
61         GOPTIONS NOACCESSIBLE;
62         %LET _CLIENTTASKLABEL=;
63         %LET _CLIENTPROCESSFLOWNAME=;
64         %LET _CLIENTPROJECTPATH=;
65         %LET _CLIENTPROJECTPATHHOST=;
66         %LET _CLIENTPROJECTNAME=;
67         %LET _SASPROGRAMFILE=;
68         %LET _SASPROGRAMFILEHOST=;
69         
70         ;*';*";*/;quit;run;
71         ODS _ALL_ CLOSE;
72         
73         
74         QUIT; RUN;
75         

&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 16:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PNG-driver-and-ODS-error-messages/m-p/684683#M207527</guid>
      <dc:creator>hein68</dc:creator>
      <dc:date>2020-09-17T16:08:55Z</dc:date>
    </item>
  </channel>
</rss>

