<?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: Unable to see output of Stored Process in SAS Infomation Delivery portal in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34499#M2661</link>
    <description>I don't think there is any do to this from the Portal using the technique you describe.&lt;BR /&gt;
&lt;BR /&gt;
You could create a stored process that automatically emails the result to the appropriate individuals after the stored process finishes execution.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
    <pubDate>Tue, 05 Jan 2010 16:25:05 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2010-01-05T16:25:05Z</dc:date>
    <item>
      <title>Unable to see output of Stored Process in SAS Infomation Delivery portal</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34496#M2658</link>
      <description>Hi,&lt;BR /&gt;
I am not able to see any output in SAS IDP.But if I run Stored process in EG i am able to see the output.&lt;BR /&gt;
&lt;BR /&gt;
My SSP code :&lt;BR /&gt;
&lt;BR /&gt;
 proc template;&lt;BR /&gt;
define style styles.test;&lt;BR /&gt;
parent=styles.default;&lt;BR /&gt;
style table from table /&lt;BR /&gt;
prehtml='&lt;DIV style="text-align:center"&gt;&lt;BR /&gt;
&lt;INPUT onclick="test.ExecWB(6,-1)" value="No Prompt" type="button" /&gt;&lt;BR /&gt;
&lt;INPUT onclick="test.ExecWB(4,1)" value="Save As" type="button" /&gt;&lt;BR /&gt;
&lt;INPUT onclick="test.ExecWB(6,1)" value="Print Prompt" type="button" /&gt;&lt;BR /&gt;
&lt;INPUT onclick="test.ExecWB(8,1)" value="Page Setup" type="button" /&gt;&lt;BR /&gt;
&lt;/DIV&gt;';&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html file='temp.html' style=styles.test&lt;BR /&gt;
headtext='&lt;OBJECT id="test" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"&gt;&lt;BR /&gt;
&lt;/OBJECT&gt;';&lt;BR /&gt;
proc print data=sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Thu, 24 Dec 2009 09:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34496#M2658</guid>
      <dc:creator>shiva</dc:creator>
      <dc:date>2009-12-24T09:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see output of Stored Process in SAS Infomation Delivery portal</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34497#M2659</link>
      <description>Try changing your opening ODS statement from this:&lt;BR /&gt;
&lt;BR /&gt;
[pre]file='temp.html'[/pre]&lt;BR /&gt;
&lt;BR /&gt;
to this:&lt;BR /&gt;
&lt;BR /&gt;
[pre]file=_webout[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Note that this will only work when the stored processes is executing on a Stored Process Server, and when either the SAS Stored Process Web Application or the SAS Information Delivery Portal is used to execute the stored process.&lt;BR /&gt;
&lt;BR /&gt;
If you need to execute the stored process from multiple clients, the use of the STPBEGIN and STPEND macros is recommended:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/a003152542.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/stpug/61271/HTML/default/a003152542.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Thu, 24 Dec 2009 13:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34497#M2659</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2009-12-24T13:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see output of Stored Process in SAS Infomation Delivery portal</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34498#M2660</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Can I send the content of the report in the email rather that the link of the stored process.&lt;BR /&gt;
&lt;BR /&gt;
For e.g When i click Email link in the IDP it only send the link,but i want to send the content via email.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
shiva</description>
      <pubDate>Mon, 28 Dec 2009 12:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34498#M2660</guid>
      <dc:creator>shiva</dc:creator>
      <dc:date>2009-12-28T12:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see output of Stored Process in SAS Infomation Delivery portal</title>
      <link>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34499#M2661</link>
      <description>I don't think there is any do to this from the Portal using the technique you describe.&lt;BR /&gt;
&lt;BR /&gt;
You could create a stored process that automatically emails the result to the appropriate individuals after the stored process finishes execution.&lt;BR /&gt;
&lt;BR /&gt;
Vince DelGobbo&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Tue, 05 Jan 2010 16:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Unable-to-see-output-of-Stored-Process-in-SAS-Infomation/m-p/34499#M2661</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2010-01-05T16:25:05Z</dc:date>
    </item>
  </channel>
</rss>

