<?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: How to view HTML files in SaS studios in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288489#M16509</link>
    <description>&lt;P&gt;First, this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html body='/home/umair/sasuser.v94/files/htmlfiles/body1.html'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is EXTREMELY bad practice IMO.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/home/username/sasuser.v94&lt;/FONT&gt; is the directory for the SASUSER library. &lt;U&gt;Nothing&lt;/U&gt; but the contents of the SASUSER library belong in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second: your browser can either read files from the local filesystem, or files served by a remote HTTP server.&lt;/P&gt;
&lt;P&gt;Your HTML result is&lt;/P&gt;
&lt;P&gt;a) not on the local filesystem&lt;/P&gt;
&lt;P&gt;b) not in a location where an eventual HTTP server process on the SAS system can see it; if you have a HTTP server there, putting files in&lt;/P&gt;
&lt;PRE&gt;/home/username/public_html&lt;/PRE&gt;
&lt;P&gt;can make them accessible by URL:&lt;/P&gt;
&lt;PRE&gt;http://servername/~username/filename.html&lt;/PRE&gt;
&lt;P&gt;in a browser. Since SAS Studio does not have all the information necessary for this handover to the local browser (your SAS workspace server instance may not have the same name as the HTTP server), it downloads the file for display using its own communication channel.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2016 09:13:06 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-08-01T09:13:06Z</dc:date>
    <item>
      <title>How to view HTML files in SaS studios</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288466#M16505</link>
      <description>&lt;P&gt;hey guys ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sas newbie here , i have generated html files using ods but every time i want to open them instead opening in browser&amp;nbsp;, they are downloaded&amp;nbsp;, can i view them with out downloading ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288466#M16505</guid>
      <dc:creator>umairAbro92</dc:creator>
      <dc:date>2016-08-01T08:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to view HTML files in SaS studios</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288480#M16507</link>
      <description>&lt;P&gt;- Please let us have a look at the ODS HTML statement&lt;/P&gt;
&lt;P&gt;- How do you open the files (selecting a result tab in EG, double-clicking in Explorer, ...)&lt;/P&gt;
&lt;P&gt;- How does your SAS setup look like (do you work with Base SAS in Display Manager, or with EG, or SAS Studio? Is the Workspace Server in case of EG or Studio running on your desktop or a remote server? Or do you even use SAS UE?)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288480#M16507</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-01T08:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to view HTML files in SaS studios</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288483#M16508</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods html body='/home/umair/sasuser.v94/files/htmlfiles/body1.html' contents='/home/umair/sasuser.v94/files/htmlfiles/contents.html' frame='/home/umair/sasuser.v94/files/htmlfiles/main.html';

proc print data=demo_grf.badin39;
run;

proc print data=demo_grf.badin40;
run;

proc print data=demo_grf.dadu39;
run;

proc print data=demo_grf.dadu40;
run;

run;

ods html close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;1 ) used above code to generate html files&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 ) using sas studios as dev enviorment in a remote server&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) &amp;nbsp;am trying open by clicking on files in explorer tab .&lt;/P&gt;&lt;P&gt;4) using version9.4&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 08:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288483#M16508</guid>
      <dc:creator>umairAbro92</dc:creator>
      <dc:date>2016-08-01T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to view HTML files in SaS studios</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288489#M16509</link>
      <description>&lt;P&gt;First, this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html body='/home/umair/sasuser.v94/files/htmlfiles/body1.html'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is EXTREMELY bad practice IMO.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/home/username/sasuser.v94&lt;/FONT&gt; is the directory for the SASUSER library. &lt;U&gt;Nothing&lt;/U&gt; but the contents of the SASUSER library belong in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second: your browser can either read files from the local filesystem, or files served by a remote HTTP server.&lt;/P&gt;
&lt;P&gt;Your HTML result is&lt;/P&gt;
&lt;P&gt;a) not on the local filesystem&lt;/P&gt;
&lt;P&gt;b) not in a location where an eventual HTTP server process on the SAS system can see it; if you have a HTTP server there, putting files in&lt;/P&gt;
&lt;PRE&gt;/home/username/public_html&lt;/PRE&gt;
&lt;P&gt;can make them accessible by URL:&lt;/P&gt;
&lt;PRE&gt;http://servername/~username/filename.html&lt;/PRE&gt;
&lt;P&gt;in a browser. Since SAS Studio does not have all the information necessary for this handover to the local browser (your SAS workspace server instance may not have the same name as the HTTP server), it downloads the file for display using its own communication channel.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 09:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-view-HTML-files-in-SaS-studios/m-p/288489#M16509</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-08-01T09:13:06Z</dc:date>
    </item>
  </channel>
</rss>

