<?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: Converting the Application Dispatcher Program to a Stored Process in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899724#M27414</link>
    <description>&lt;P&gt;If you don't want to register it by hand, there is a Java metadata API available, so you could automate the process:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/p1kit96fwg0e1rn1icso3s1o80no.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/p1kit96fwg0e1rn1icso3s1o80no.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 08:17:59 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2023-10-24T08:17:59Z</dc:date>
    <item>
      <title>Converting the Application Dispatcher Program to a Stored Process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899315#M27400</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am finding an alternative of SAS/IntrNet product and found STP could be best option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Few things to understand, as per help&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/stpug/62758/HTML/default/viewer.htm#n079pa1hbuu6zyn1sawn28wp96eq.htm" target="_blank"&gt;Example :: SAS(R) 9.3 Stored Processes: Developer's Guide&lt;/A&gt;&amp;nbsp;, we need to update ACTION= which needs to map with sas stored process server, and value of program should be mapped with stored process which we need to create on metadata. This sample example works fine as a part of testing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the problem is, on existing SASWEB setup, there are 1000 or don't know more than html/sas programs involved and calling sasweb/cgi-bin/broker.exe with SASWEB(SAS/IntrNet).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way we can replace it easily and map the sas program without creating into metadata. Looks like as below example, we always have to call sas program (or we can say STP).&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV class="step"&gt;
&lt;DIV class="paragraphFirst"&gt;
&lt;PRE class="codeFragment"&gt;&amp;lt;p&amp;gt;Select a region in order to display shoe sales data for that 
region by subsidiary and style.  This sample program uses ODS and 
the TABULATE procedure.&amp;lt;/p&amp;gt;

&amp;lt;HR&amp;gt;

&amp;lt;FORM ACTION="&lt;FONT color="#FF6600"&gt;http://&lt;SPAN class="userSuppliedValue"&gt;myserver&lt;/SPAN&gt;:8080/SASStoredProcess/do&lt;/FONT&gt;"&amp;gt;
&amp;lt;INPUT TYPE="HIDDEN" 
   NAME="_PROGRAM" VALUE="&lt;FONT color="#FF6600"&gt;/Converted Samples/Regional Shoe Sales&lt;/FONT&gt;"&amp;gt;

&amp;lt;b&amp;gt;Select a region:&amp;lt;/b&amp;gt;  &amp;lt;SELECT NAME="regionname"&amp;gt;
&amp;lt;OPTION VALUE="Africa"&amp;gt;Africa
&amp;lt;OPTION VALUE="Asia"&amp;gt;Asia
&amp;lt;OPTION VALUE="Central America/Caribbean"&amp;gt;Central America/Caribbean
&amp;lt;OPTION VALUE="Eastern Europe"&amp;gt;Eastern Europe
&amp;lt;OPTION VALUE="Middle East"&amp;gt;Middle East
&amp;lt;OPTION VALUE="Pacific"&amp;gt;Pacific
&amp;lt;OPTION VALUE="South America"&amp;gt;South America
&amp;lt;OPTION VALUE="United States"&amp;gt;United States
&amp;lt;OPTION VALUE="Western Europe"&amp;gt;Western Europe
&amp;lt;/SELECT&amp;gt;

&amp;lt;HR&amp;gt;
&amp;lt;INPUT TYPE="SUBMIT" VALUE="Execute"&amp;gt;
&amp;lt;INPUT TYPE="CHECKBOX" NAME="_DEBUG" VALUE="131"&amp;gt;Show SAS Log

&amp;lt;/FORM&amp;gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 19 Oct 2023 19:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899315#M27400</guid>
      <dc:creator>kumarsandip975</dc:creator>
      <dc:date>2023-10-19T19:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting the Application Dispatcher Program to a Stored Process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899359#M27401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/93854"&gt;@kumarsandip975&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Stored Process by design is tightly coupled with&amp;nbsp; the SAS Metadata Server, because you can integrate and run STPs (Stored Processes) from within various Client Apps provided by the SAS EBI/BI (Enterprise Business Intelligence) Platform. Therefore having the correct metadata associated with STPs, allows for greater authorization/access control.&lt;/P&gt;
&lt;P&gt;Having said that, STPs are old school now, there are no more development being done for EBI/BI, and in &lt;A title="SAS 9.4 M8 (Latest release)" href="https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-M8-is-now-available/m-p/856447" target="_blank" rel="noopener"&gt;SAS 9.4 M8 (Latest release)&lt;/A&gt;, &lt;A title="Retired Products and Features" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/whatsdiff/upgradeswhatsnew94.htm" target="_self"&gt;Few of the EBI components were deprecated/retired&lt;/A&gt;!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="SAS Viya Job Execution Web App" href="https://communities.sas.com/t5/Ask-the-Expert/SAS-Job-Execution-Web-Application-What-It-Is-amp-When-to-Use-It/ta-p/727087" target="_blank" rel="noopener"&gt;SAS Viya Job Execution Web App&lt;/A&gt; are the latest and greatest replacements for Stored Processes and the Prompting Framework from the SAS 9.4 era.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If dealing with metadata is not your thing, and you are trying to avoid it all together!! then &lt;A title="SASjs Server" href="https://server.sasjs.io/faq/" target="_blank" rel="noopener"&gt;SASjs Server&lt;/A&gt;&amp;nbsp;might be your alternative!? Have a chat with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/28909"&gt;@AllanBowe&lt;/a&gt;&amp;nbsp;he can guide you through it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899359#M27401</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-10-20T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Converting the Application Dispatcher Program to a Stored Process</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899724#M27414</link>
      <description>&lt;P&gt;If you don't want to register it by hand, there is a Java metadata API available, so you could automate the process:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/p1kit96fwg0e1rn1icso3s1o80no.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/p1kit96fwg0e1rn1icso3s1o80no.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 08:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Converting-the-Application-Dispatcher-Program-to-a-Stored/m-p/899724#M27414</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-10-24T08:17:59Z</dc:date>
    </item>
  </channel>
</rss>

