<?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: WARNING: No logical assign for filename _WEBOUT. in Developers</title>
    <link>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/292986#M5092</link>
    <description>&lt;P&gt;add at the beginnig of&amp;nbsp;the code the next statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FILENAME&lt;/STRONG&gt; _WEBOUT &lt;STRONG&gt;URL&lt;/STRONG&gt; ' ... enter here a URL to your web file ...';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Aug 2016 14:17:19 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2016-08-21T14:17:19Z</dc:date>
    <item>
      <title>WARNING: No logical assign for filename _WEBOUT.</title>
      <link>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/292743#M5091</link>
      <description>&lt;P&gt;I want to&amp;nbsp;create a simple web page that uses an AJAX call to get json type data from a SAS program and returns the data to the web page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run&amp;nbsp;a very simple sas stored process:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc json out=_webout;&lt;BR /&gt;export sashelp.class (where=(age=11)) / nokeys nosastags;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I got an error when I want to run this stored process, here is my log:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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/4653iF819D112670F958B/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;I am very new in sas. I would really be appriciated if someone helps me!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 14:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/292743#M5091</guid>
      <dc:creator>samira</dc:creator>
      <dc:date>2016-08-19T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: No logical assign for filename _WEBOUT.</title>
      <link>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/292986#M5092</link>
      <description>&lt;P&gt;add at the beginnig of&amp;nbsp;the code the next statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FILENAME&lt;/STRONG&gt; _WEBOUT &lt;STRONG&gt;URL&lt;/STRONG&gt; ' ... enter here a URL to your web file ...';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/292986#M5092</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-08-21T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: No logical assign for filename _WEBOUT.</title>
      <link>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/293285#M5093</link>
      <description>&lt;P&gt;Hi Samira,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_webout is a reserved filename used by stored procedure server to send the data back to web server which in turn sends it to your browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see you are executing your code on PC SAS. Try creating a stored procedure instead and run that stored procedure in your browser. Let me know here if you need help creating a stored procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vasilij&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 22:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/WARNING-No-logical-assign-for-filename-WEBOUT/m-p/293285#M5093</guid>
      <dc:creator>VasilijNevlev</dc:creator>
      <dc:date>2016-08-22T22:59:02Z</dc:date>
    </item>
  </channel>
</rss>

