<?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 executing a StoredProcess asynchronously on a WebApplication in Developers</title>
    <link>https://communities.sas.com/t5/Developers/executing-a-StoredProcess-asynchronously-on-a-WebApplication/m-p/1418#M1574</link>
    <description>hello.&lt;BR /&gt;
Im a developer From Japan.&lt;BR /&gt;
&lt;BR /&gt;
I want to execute a StoredProcess asynchronously on a WebApplication which is developed WebSphere Studio v5.1.&lt;BR /&gt;
Alreday I'v got to execute StoredProcess normaly from Java sevlet. so, next problem is excecuting that asynchronously.&lt;BR /&gt;
if you know, tell me URLlinks which explain this case, or your original advice.&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
Miya</description>
    <pubDate>Mon, 18 Sep 2006 02:55:14 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-09-18T02:55:14Z</dc:date>
    <item>
      <title>executing a StoredProcess asynchronously on a WebApplication</title>
      <link>https://communities.sas.com/t5/Developers/executing-a-StoredProcess-asynchronously-on-a-WebApplication/m-p/1418#M1574</link>
      <description>hello.&lt;BR /&gt;
Im a developer From Japan.&lt;BR /&gt;
&lt;BR /&gt;
I want to execute a StoredProcess asynchronously on a WebApplication which is developed WebSphere Studio v5.1.&lt;BR /&gt;
Alreday I'v got to execute StoredProcess normaly from Java sevlet. so, next problem is excecuting that asynchronously.&lt;BR /&gt;
if you know, tell me URLlinks which explain this case, or your original advice.&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
Miya</description>
      <pubDate>Mon, 18 Sep 2006 02:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/executing-a-StoredProcess-asynchronously-on-a-WebApplication/m-p/1418#M1574</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-09-18T02:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: executing a StoredProcess asynchronously on a WebApplication</title>
      <link>https://communities.sas.com/t5/Developers/executing-a-StoredProcess-asynchronously-on-a-WebApplication/m-p/1419#M1575</link>
      <description>The execute method of com.sas.services.storedprocess.StoredProcessInterface has a flag to specify whether or not execution is synchronous or asynchronous.&lt;BR /&gt;
&lt;BR /&gt;
I don't know if this meets your needs, but if you are using the SAS Stored Process Web Application, specifying _ACTION=background will cause the stored process to execute asynchronously.  Documentation for the SAS Stored Process Web Application is at&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/stpwebapp.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/stpwebapp.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/reserved.html#_action" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/reserved.html#_action&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You can use this Web application within a JSP page with code something like this (not tested):&lt;PRE&gt;&lt;INCLUDE page="../../do?"&gt;&lt;BR /&gt;
&lt;PARAM name="_program" value="&amp;lt;i&amp;gt;your-program-here&amp;lt;/i&amp;gt;" /&gt;&lt;BR /&gt;
&lt;PARAM name="_action" value="background" /&gt;&lt;BR /&gt;
&lt;/INCLUDE&gt;&lt;/PRE&gt;Vince&lt;BR /&gt;
SAS R&amp;amp;D</description>
      <pubDate>Wed, 31 Jan 2007 15:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/executing-a-StoredProcess-asynchronously-on-a-WebApplication/m-p/1419#M1575</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2007-01-31T15:06:13Z</dc:date>
    </item>
  </channel>
</rss>

