<?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 html files cannot communicate with each other on sas sever in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/html-files-cannot-communicate-with-each-other-on-sas-sever/m-p/288529#M16515</link>
    <description>&lt;P&gt;i have generated html files using following code and send it to sas http sever .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods html body='/var/www/html/body1.html' contents='/var/www/html/contents.html' 
    frame='/var/www/html/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem is that my main.html cannot communicate with body.html and contents.html .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4360i389D349439AC0214/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anybody has any idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;) using sas studios as dev enviorment in a remote server&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) &amp;nbsp;am trying to open by &amp;nbsp;http//sassever/main.html&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) using version9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2016 11:23:46 GMT</pubDate>
    <dc:creator>umairAbro92</dc:creator>
    <dc:date>2016-08-01T11:23:46Z</dc:date>
    <item>
      <title>html files cannot communicate with each other on sas sever</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/html-files-cannot-communicate-with-each-other-on-sas-sever/m-p/288529#M16515</link>
      <description>&lt;P&gt;i have generated html files using following code and send it to sas http sever .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods html body='/var/www/html/body1.html' contents='/var/www/html/contents.html' 
    frame='/var/www/html/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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem is that my main.html cannot communicate with body.html and contents.html .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4360i389D349439AC0214/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Untitled.png" title="Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anybody has any idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;) using sas studios as dev enviorment in a remote server&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) &amp;nbsp;am trying to open by &amp;nbsp;http//sassever/main.html&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) using version9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 11:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/html-files-cannot-communicate-with-each-other-on-sas-sever/m-p/288529#M16515</guid>
      <dc:creator>umairAbro92</dc:creator>
      <dc:date>2016-08-01T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: html files cannot communicate with each other on sas sever</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/html-files-cannot-communicate-with-each-other-on-sas-sever/m-p/288545#M16517</link>
      <description>&lt;P&gt;The problem is clearly given there. &amp;nbsp;You have put a tag /var/ in there for some reason, this does not conform to a browser url. &amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;html&lt;/SPAN&gt; body&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'/var/www/html/body1.html'&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;contents&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'/var/www/html/contents.html'&lt;/SPAN&gt; 
    frame&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'/var/www/html/main.html'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;A url is of the form &amp;lt;type&amp;gt;.&amp;lt;site&amp;gt;/&amp;lt;folder&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 12:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/html-files-cannot-communicate-with-each-other-on-sas-sever/m-p/288545#M16517</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-08-01T12:03:19Z</dc:date>
    </item>
  </channel>
</rss>

