<?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 sas in Developers</title>
    <link>https://communities.sas.com/t5/Developers/sas/m-p/282945#M5036</link>
    <description />
    <pubDate>Tue, 12 Jul 2016 05:20:38 GMT</pubDate>
    <dc:creator>gaunasahoo</dc:creator>
    <dc:date>2016-07-12T05:20:38Z</dc:date>
    <item>
      <title>sas</title>
      <link>https://communities.sas.com/t5/Developers/sas/m-p/282945#M5036</link>
      <description />
      <pubDate>Tue, 12 Jul 2016 05:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/sas/m-p/282945#M5036</guid>
      <dc:creator>gaunasahoo</dc:creator>
      <dc:date>2016-07-12T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process using through HTMl &amp; java script</title>
      <link>https://communities.sas.com/t5/Developers/sas/m-p/283293#M5037</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Serve your HTML code by placing it in the &lt;FONT face="courier new,courier"&gt;LevN/Web/WebServer/htdocs&lt;/FONT&gt; directory of your SAS configuration.&amp;nbsp;You will then be able to embed it via an iframe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively if you need&amp;nbsp;to have your HTML code output by a stored process, you can use this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
&amp;nbsp;&amp;nbsp;&amp;nbsp; infile '/somewhere/html_code.html';
&amp;nbsp;&amp;nbsp;&amp;nbsp; file _webout;
&amp;nbsp;&amp;nbsp;&amp;nbsp; put _infile_;
&amp;nbsp; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ensure that you don't have the %stpbegin and %stpend parameters present. See&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Stored-Processes/Stored-process-writing-to-the-browser-and-excelxp-tagset/td-p/152829" target="_blank"&gt;this post&lt;/A&gt;&amp;nbsp;if you want to reuse the same stored process for outputting your HTML&amp;nbsp;as well as your data processing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 13:10:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/sas/m-p/283293#M5037</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-07-11T13:10:13Z</dc:date>
    </item>
  </channel>
</rss>

