<?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 How to supress SP output in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-supress-SP-output/m-p/71160#M3389</link>
    <description>Hi there.&lt;BR /&gt;
&lt;BR /&gt;
I've implemented a SP process based application, to be used in EGuide, where although i produce lots of output i do not want it to appear in my project flow after the SP execution. In my Development server this works fine, but when i migrated the App to Prod the results appear linked to my SP in the project flow, after execution.&lt;BR /&gt;
&lt;BR /&gt;
How can i supress the SP output?</description>
    <pubDate>Mon, 30 May 2011 18:29:29 GMT</pubDate>
    <dc:creator>dropez</dc:creator>
    <dc:date>2011-05-30T18:29:29Z</dc:date>
    <item>
      <title>How to supress SP output</title>
      <link>https://communities.sas.com/t5/Developers/How-to-supress-SP-output/m-p/71160#M3389</link>
      <description>Hi there.&lt;BR /&gt;
&lt;BR /&gt;
I've implemented a SP process based application, to be used in EGuide, where although i produce lots of output i do not want it to appear in my project flow after the SP execution. In my Development server this works fine, but when i migrated the App to Prod the results appear linked to my SP in the project flow, after execution.&lt;BR /&gt;
&lt;BR /&gt;
How can i supress the SP output?</description>
      <pubDate>Mon, 30 May 2011 18:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-supress-SP-output/m-p/71160#M3389</guid>
      <dc:creator>dropez</dc:creator>
      <dc:date>2011-05-30T18:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to supress SP output</title>
      <link>https://communities.sas.com/t5/Developers/How-to-supress-SP-output/m-p/71161#M3390</link>
      <description>Auto replying for someone who eventually has the same problem as i did!&lt;BR /&gt;
&lt;BR /&gt;
The solution i found is to put the following code at the biginning of the SP code:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
%global _result;&lt;BR /&gt;
&lt;BR /&gt;
%let _result=STATUS;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
This way only the status of the stored process is outputed and all other outputs are supressed.</description>
      <pubDate>Mon, 30 May 2011 19:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-supress-SP-output/m-p/71161#M3390</guid>
      <dc:creator>dropez</dc:creator>
      <dc:date>2011-05-30T19:51:56Z</dc:date>
    </item>
  </channel>
</rss>

