<?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: What will prevent a Stored Process from running in Web Report Studio? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4597#M1986</link>
    <description>Quite a lot of information!!  Thank you SO much...  in my case, most likely it's the &amp;amp; issue somewhere in my code, and that's the path I intend to follow and check out.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!</description>
    <pubDate>Fri, 07 Sep 2007 13:28:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-09-07T13:28:13Z</dc:date>
    <item>
      <title>What will prevent a Stored Process from running in Web Report Studio?</title>
      <link>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4595#M1984</link>
      <description>Just wondering, and hope someone can drop some hints?  What types of things will keep a stored process that runs just fine in EG from running in WRS?  I just made a simple SP that works great in EG, but dies in WRS.  What types of things should I be on the lookout for?&lt;BR /&gt;
&lt;BR /&gt;
Thanks so much!</description>
      <pubDate>Thu, 06 Sep 2007 21:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4595#M1984</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-06T21:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: What will prevent a Stored Process from running in Web Report Studio?</title>
      <link>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4596#M1985</link>
      <description>If you use any Javascript keywords or built in function names, like VAR, CLASS, DO, ELSE, THROW, DATE, MATH, STRING, OBJECT, NULL, CONST, CASE, NEW, TRY, VOID, WHILE, SUPER, FOR, etc. as parameter/macro variable names, this can cause you to get an "error on page". The stored process may work in EG or the SAS Add-in for Office but it might fail in other clients like WRS or the Portal.&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/018/018502.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/018/018502.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, if your stored process is running PROC REPORT and has LINE statements -- the SP will work fine in the other clients, generally, but not in WRS -- most times, you won't see any output at all. A few times, I got a Java exception when I tried this. &lt;BR /&gt;
&lt;BR /&gt;
And if your SP is using FILE/PUT statements to _WEBOUT, you might have problems: &lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/013/013599.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/013/013599.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/019/019063.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/019/019063.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/faq/039/FAQ03934.html" target="_blank"&gt;http://support.sas.com/faq/039/FAQ03934.html&lt;/A&gt;&lt;BR /&gt;
  &lt;BR /&gt;
Other possibilities:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/018/018214.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/018/018214.html&lt;/A&gt; (your SP might contain &amp;amp;LT; or &amp;amp;GT; tags)&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/016/016056.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/016/016056.html&lt;/A&gt; (stray &amp;amp; might cause problems -- there's a hot fix for this -- but I'd check with Tech Support first or your Administrator to see if the hot fix has already been applied)&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/020/020225.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/020/020225.html&lt;/A&gt; (you see an empty row of cells)&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/020/020798.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/020/020798.html&lt;/A&gt; (call define with style on _ROW_ might not be respected)&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/019/019980.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/019/019980.html&lt;/A&gt; (SP with style(data) -- generally PROC PRINT)&lt;BR /&gt;
 &lt;BR /&gt;
To find most of these hits, I went to:&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup" target="_blank"&gt;http://support.sas.com/techsup&lt;/A&gt; and entered this text into the search box:&lt;BR /&gt;
stored process fail Web Report Studio&lt;BR /&gt;
&lt;BR /&gt;
Your best bet for a quick response is to contact Tech Support for help and to find out how to turn on and check the log for your SP execution.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 06 Sep 2007 22:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4596#M1985</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-09-06T22:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: What will prevent a Stored Process from running in Web Report Studio?</title>
      <link>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4597#M1986</link>
      <description>Quite a lot of information!!  Thank you SO much...  in my case, most likely it's the &amp;amp; issue somewhere in my code, and that's the path I intend to follow and check out.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!</description>
      <pubDate>Fri, 07 Sep 2007 13:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/What-will-prevent-a-Stored-Process-from-running-in-Web-Report/m-p/4597#M1986</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-09-07T13:28:13Z</dc:date>
    </item>
  </channel>
</rss>

