<?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: How to create interactive stored process in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570132#M11925</link>
    <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created the stored process in EG and the web service in the sas management console in client location. now from their side need to call my web service and the web service needs to be interactive. so that's the challenging part here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if anyone worked on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Anil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 02:15:39 GMT</pubDate>
    <dc:creator>anilgvdbm</dc:creator>
    <dc:date>2019-07-01T02:15:39Z</dc:date>
    <item>
      <title>How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570086#M11919</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have developed a decision tree model in E Miner and need to deploy using web service. client needs my model is interactive after deploying, so it will be like a customer enters one parameter then it should ask the next parameter by interacting with the model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my problem is how to build interactive rules by using the model which i developed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Anil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 09:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570086#M11919</guid>
      <dc:creator>anilgvdbm</dc:creator>
      <dc:date>2019-06-30T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570099#M11923</link>
      <description>Hi: This really should be posted in the Stored Process forum. You need to save the code that Enterprise Miner generates and then modify the code to be  a stored process. Your SAS Administrator can help you get the URL to the Stored Process Web Application so you can call your Stored Process from the SPWA or your own web service that you write. If you use a client application like the SAS Add-in for Microsoft Office or Enterprise Guide you should be able to execute the stored process. Using Macro variables is how you supply an input parameter to the stored process. The input parameter surfaces in a prompting window within a client application that can run stored processes.&lt;BR /&gt;Cynthia</description>
      <pubDate>Sun, 30 Jun 2019 13:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570099#M11923</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-06-30T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570132#M11925</link>
      <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created the stored process in EG and the web service in the sas management console in client location. now from their side need to call my web service and the web service needs to be interactive. so that's the challenging part here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if anyone worked on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Anil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 02:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570132#M11925</guid>
      <dc:creator>anilgvdbm</dc:creator>
      <dc:date>2019-07-01T02:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570143#M11927</link>
      <description>I don't think that a stored process with the required interactivity is creatable. A stored process takes some parameters, executes a sas program and shows the result. The result-page show a link to start another so, but i think you can't get much more.</description>
      <pubDate>Mon, 01 Jul 2019 06:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570143#M11927</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-01T06:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570184#M11929</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13593"&gt;@Andreas&lt;/a&gt;_ids - I beg to differ!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is an incredibly good platform for building interactive stored process based web applications.&amp;nbsp; Simply load your HTML on the SAS Web Server, write your SAS Code in Stored Processes, and connect the two with the &lt;A href="https://github.com/Boemska/h54s" target="_self"&gt;h54s adapter.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Job done!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For an exhaustive step by step guide to this process check out my paper:&amp;nbsp;&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings17/1091-2017.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings17/1091-2017.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 11:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570184#M11929</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2019-07-01T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570242#M11931</link>
      <description>&lt;P&gt;Thanks&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28909"&gt;@AllanBowe&lt;/a&gt; completely missed h54s.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 13:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570242#M11931</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-01T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create interactive stored process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570246#M11932</link>
      <description>&lt;P&gt;you're welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;fyi - use the development branch - it's faster, and the only thing stopping it being merged is that the documentation isn't 100% updated.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 14:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-create-interactive-stored-process/m-p/570246#M11932</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2019-07-01T14:02:31Z</dc:date>
    </item>
  </channel>
</rss>

