<?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 html output frame is blank in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395204#M277991</link>
    <description>&lt;P&gt;Thank you for your response, I have tried this code and found no change in the output.I am using SAS University addition does this affect anything on my output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I can see the output of contents and body as well.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frame.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15040i6523D7B970725AFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="frame.PNG" alt="frame.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="body.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15042iC882A935B4DF9E4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="body.PNG" alt="body.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="content.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15041i5319389DCD397A95/image-size/small?v=v2&amp;amp;px=200" role="button" title="content.PNG" alt="content.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.test;&lt;BR /&gt;set sashelp.cars;&lt;BR /&gt;if Make='Acura';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods html path='/folders/myfolders/Testfiles/'&lt;BR /&gt;body='htmltest.html'&lt;BR /&gt;contents='contents.html'&lt;BR /&gt;frame='testframe.html';&lt;BR /&gt;&lt;BR /&gt;proc print data=work.test;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods HTML close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the help. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2017 18:16:38 GMT</pubDate>
    <dc:creator>RajashreeP</dc:creator>
    <dc:date>2017-09-12T18:16:38Z</dc:date>
    <item>
      <title>SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395096#M277989</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this code I get the frame as blank, I tried in chrome and explorer as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html path='/folders/myfolders/Testfiles/'&lt;BR /&gt;body='htmltest.html'&lt;BR /&gt;contents='contents.html'&lt;BR /&gt;frame='testframe.html';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html body='first.html';&lt;BR /&gt;proc print data=work.otptest;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods HTML close;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395096#M277989</guid>
      <dc:creator>RajashreeP</dc:creator>
      <dc:date>2017-09-12T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395123#M277990</link>
      <description>&lt;P&gt;Omit the second ods html statement. You are sending your output to a file that is not part of the frameset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 14:31:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395123#M277990</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-12T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395204#M277991</link>
      <description>&lt;P&gt;Thank you for your response, I have tried this code and found no change in the output.I am using SAS University addition does this affect anything on my output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I can see the output of contents and body as well.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frame.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15040i6523D7B970725AFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="frame.PNG" alt="frame.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="body.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15042iC882A935B4DF9E4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="body.PNG" alt="body.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="content.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15041i5319389DCD397A95/image-size/small?v=v2&amp;amp;px=200" role="button" title="content.PNG" alt="content.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.test;&lt;BR /&gt;set sashelp.cars;&lt;BR /&gt;if Make='Acura';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods html path='/folders/myfolders/Testfiles/'&lt;BR /&gt;body='htmltest.html'&lt;BR /&gt;contents='contents.html'&lt;BR /&gt;frame='testframe.html';&lt;BR /&gt;&lt;BR /&gt;proc print data=work.test;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods HTML close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the help. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395204#M277991</guid>
      <dc:creator>RajashreeP</dc:creator>
      <dc:date>2017-09-12T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395244#M277992</link>
      <description>&lt;P&gt;Your results picture shows there is a space after Testframe and Htmltest in the URL, the %20. The (5) would also mean the the frame, which may be looking for "htmltest.html" can't find it to dispaly because the file is actually named "htmltest (5).html".&lt;/P&gt;
&lt;P&gt;So it appears that you are not showing the result of the example code or something is remapping file names on you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395244#M277992</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-12T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395257#M277993</link>
      <description>&lt;P&gt;Thanks for the response. Now as suggested I have tried opening the file from the folder where it was created instead of downloading it and opening it. It is still a blank FRAME&amp;nbsp;&lt;/P&gt;&lt;P&gt;Body and contents show the data but not the FRAME. I really have been trying for this but could not see the output of frame for a simple program as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I need to change the code ?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="body.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15061i23B5256C091282D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="body.PNG" alt="body.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="content.PNG" style="width: 561px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15062i8CA7E8B6465976EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="content.PNG" alt="content.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frame.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15063i50D1060BA6CC3735/image-size/large?v=v2&amp;amp;px=999" role="button" title="frame.PNG" alt="frame.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395257#M277993</guid>
      <dc:creator>RajashreeP</dc:creator>
      <dc:date>2017-09-12T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395279#M277994</link>
      <description>&lt;P&gt;I am not sure why the URL is showing "File" but I suspect that is why the links from the frame&amp;nbsp;aren't being opened.&lt;/P&gt;
&lt;P&gt;I am using Internet Explorer and just clicking on the testframe.html in the output folder.&lt;/P&gt;
&lt;P&gt;What browser are you using and how are you opening the testframe.html?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 20:22:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395279#M277994</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-12T20:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395369#M277995</link>
      <description>&lt;P&gt;I have opened it with&amp;nbsp;internet explorer 11 and Google chrome.&lt;/P&gt;&lt;P&gt;I am opening the files from the SAS shared folder, which is the path where the file got created (path mentioned in the path=(option)). Also, I accessed the files by clicking on the file names from sas studio. &amp;nbsp;It is the same every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL when opened with chrome:&lt;/P&gt;&lt;P&gt;file:///E:/SASUniversityEdition/myfolders/Testfiles/testframe.html&lt;/P&gt;&lt;P&gt;URL when opened with internet&amp;nbsp;explorer:&lt;/P&gt;&lt;P&gt;E:\SASUniversityEdition\myfolders\Testfiles\testframe.html&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 03:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395369#M277995</guid>
      <dc:creator>RajashreeP</dc:creator>
      <dc:date>2017-09-13T03:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395383#M277996</link>
      <description>&lt;P&gt;Look at the links in testframe.html with a text editor. You'll see that they contain the UNIX path names, which do not exist in that form on the Windows side.&lt;/P&gt;
&lt;P&gt;Look at the base= option for the ods html statement.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/395383#M277996</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-13T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479296#M277997</link>
      <description>&lt;P&gt;Even i am facing the same issue.Let me know if you got the solution.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:42:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479296#M277997</guid>
      <dc:creator>_Gaurav_</dc:creator>
      <dc:date>2018-07-18T21:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479391#M277998</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/221834"&gt;@_Gaurav_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Even i am facing the same issue.Let me know if you got the solution.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please post your question in a new thread and in the proper form (examples of data, code and expected vs. real results). Old posts get next to no attention, because they are only visible for the contributors.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:19:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479391#M277998</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-07-19T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS html output frame is blank</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479460#M277999</link>
      <description>Sure..I shall do the same..Thanks for the suggestion</description>
      <pubDate>Thu, 19 Jul 2018 11:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-html-output-frame-is-blank/m-p/479460#M277999</guid>
      <dc:creator>_Gaurav_</dc:creator>
      <dc:date>2018-07-19T11:45:59Z</dc:date>
    </item>
  </channel>
</rss>

