<?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 Re: SAS 9.4:  ODS HTML file= not Working in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/537260#M22407</link>
    <description>Thank you for this write-up.  Kim</description>
    <pubDate>Thu, 21 Feb 2019 00:29:51 GMT</pubDate>
    <dc:creator>KimLeBouton</dc:creator>
    <dc:date>2019-02-21T00:29:51Z</dc:date>
    <item>
      <title>SAS 9.4:  ODS HTML file= not Working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/536943#M22399</link>
      <description>&lt;P&gt;We recently installed SAS 9.4 TS1M6 on an AIX server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our SAS 9.4 ODS HTML code is not producing reports using the following code.&amp;nbsp; We are receiving &lt;STRONG&gt;ERROR: Physical file not found.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;SAS 9.3 produces a report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html file="$HOME/&amp;amp;sysver._example.html";
proc print data=sashelp.class;
   title"&amp;amp;sysver";
run;
ods html close;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I found the&amp;nbsp;&lt;A href="http://support.sas.com/kb/61/280.html" target="_self"&gt;Usage Note 61280: The ODS HTML statement generates errors in the SAS® 9.4 TS1M5 windowing environment when the FILE= option includes a fully qualified path&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By adding &lt;STRONG&gt;path=&lt;/STRONG&gt; to my code, a report is created.&amp;nbsp; The problem is that we have a lot of code that will need to be modified to add path=.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone found a solution that will allow file= to work without path=?&amp;nbsp; I've spent considerable time looking through the literature and communities for a solution that doesn't require changing legacy code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for any advice that you can provide,&lt;/P&gt;
&lt;P&gt;Kim LeBouton&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 00:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/536943#M22399</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2019-02-20T00:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4:  ODS HTML file= not Working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/536944#M22400</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Unfortunately, my understanding is that FILE= was always supposed to point to just the file and PATH= was designed to point to the physical storage location. So the newer versions of SAS, now expect both PATH= and FILE=. &lt;BR /&gt;&lt;BR /&gt;There were 3 solutions or workarounds in the Tech Support note. When I try #2, I can use the simple FILE= method. As shown below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="try_option_2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27296iAC8CA2EE88C98F0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="try_option_2.png" alt="try_option_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Note that in 9.4 M5, the check box says WORK and not SASWORK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; But that means every person who runs your code will have to do this to their SAS session. Over time, I've been gradually changing my programs.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I did not try the registry solution because I don't change my registry on the work machine.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;BR /&gt;&lt;BR /&gt;If you switch to RTF or PDF, you can still use the simple FILE= with a full path location, but 1) that's probably not what you want and 2) if you're going to change the code for another destination, you may as well go thru and do PATH= in the code for HTML.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 00:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/536944#M22400</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-20T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4:  ODS HTML file= not Working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/537260#M22407</link>
      <description>Thank you for this write-up.  Kim</description>
      <pubDate>Thu, 21 Feb 2019 00:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-4-ODS-HTML-file-not-Working/m-p/537260#M22407</guid>
      <dc:creator>KimLeBouton</dc:creator>
      <dc:date>2019-02-21T00:29:51Z</dc:date>
    </item>
  </channel>
</rss>

