<?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: ERROR: File is in use, _WEBOUT in Developers</title>
    <link>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/38130#M2709</link>
    <description>Hi:&lt;BR /&gt;
  This is a known message. Searching support.sas.com would have shown you this hit:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/13/599.html" target="_blank"&gt;http://support.sas.com/kb/13/599.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  Also, I believe there have been previous forum postings on this topic.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 22 Nov 2010 20:31:27 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-11-22T20:31:27Z</dc:date>
    <item>
      <title>ERROR: File is in use, _WEBOUT</title>
      <link>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/38129#M2708</link>
      <description>I created a stored process in EG. It simply writes some HTML code to _webout, but I got the error message: ERROR: File is in use, _WEBOUT. I couldn't figure out how to fix this error.</description>
      <pubDate>Mon, 22 Nov 2010 18:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/38129#M2708</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2010-11-22T18:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File is in use, _WEBOUT</title>
      <link>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/38130#M2709</link>
      <description>Hi:&lt;BR /&gt;
  This is a known message. Searching support.sas.com would have shown you this hit:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/13/599.html" target="_blank"&gt;http://support.sas.com/kb/13/599.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  Also, I believe there have been previous forum postings on this topic.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 22 Nov 2010 20:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/38130#M2709</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-11-22T20:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File is in use, _WEBOUT</title>
      <link>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/713337#M2710</link>
      <description>&lt;P&gt;When we ran the stored procedure with the following source code we are always getting a message:&lt;BR /&gt;Error Message: Error File is in use _WEBOUT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Main Aisle of the Online Library */&lt;BR /&gt;data _null_;&lt;BR /&gt;file _webout;&lt;BR /&gt;if libref('SAVE') ne 0 then&lt;BR /&gt;rc = stpsrv_session('create');&lt;BR /&gt;put '&amp;lt;HTML&amp;gt;';&lt;BR /&gt;put '&amp;lt;HEAD&amp;gt;&amp;lt;TITLE&amp;gt;Online Library&lt;BR /&gt;Main Aisle&amp;lt;/TITLE&amp;gt;&amp;lt;/HEAD&amp;gt;';&lt;BR /&gt;put;&lt;BR /&gt;put '&amp;lt;BODY vlink="#004488" link="#0066AA"&lt;BR /&gt;bgcolor="#E0E0E0"&amp;gt;';&lt;BR /&gt;put '&amp;lt;H1&amp;gt;Online Library Main Aisle&amp;lt;/H1&amp;gt;';&lt;BR /&gt;put;&lt;BR /&gt;put 'Select one of the following&lt;BR /&gt;areas of the library:';&lt;BR /&gt;put '&amp;lt;UL&amp;gt;';&lt;BR /&gt;length hrefroot $400;&lt;BR /&gt;hrefroot = symget('_THISSESSION') ||&lt;BR /&gt;'&amp;amp;_PROGRAM=/WebApps/Library/';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Aisles&amp;amp;type=Book"&amp;gt;Book Aisle&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Aisles&amp;amp;type=Video"&amp;gt;Video Aisle&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Aisles&amp;amp;type=Audio"&amp;gt;Audio Aisle&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Aisles&amp;amp;type=Hardware"&amp;gt;Hardware Aisle&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Shopping Cart"&amp;gt;View my shopping cart&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;LI&amp;gt;&amp;lt;A HREF="' hrefroot +(-1)&lt;BR /&gt;'Logout"&amp;gt;Logout&amp;lt;/A&amp;gt;&amp;lt;/LI&amp;gt;';&lt;BR /&gt;put '&amp;lt;/UL&amp;gt;';&lt;BR /&gt;put '&amp;lt;/BODY&amp;gt;';&lt;BR /&gt;put '&amp;lt;/HTML&amp;gt;';&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 13:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/713337#M2710</guid>
      <dc:creator>rajeshgg11</dc:creator>
      <dc:date>2021-01-22T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File is in use, _WEBOUT</title>
      <link>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/713914#M2711</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;If you want to create your own HTML, then don't use ODS.&amp;nbsp; It is ODS that has a lock on the _WEBOUT FILEREF.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/ERROR-File-is-in-use-WEBOUT/m-p/713914#M2711</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2021-01-25T15:09:28Z</dc:date>
    </item>
  </channel>
</rss>

