<?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: find path of folder SASStoredProcess in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716070#M21408</link>
    <description>&lt;P&gt;What software of SAS are you using?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 14:00:09 GMT</pubDate>
    <dc:creator>CarmineVerrell</dc:creator>
    <dc:date>2021-02-02T14:00:09Z</dc:date>
    <item>
      <title>find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716067#M21407</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am following this step :&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;A tabindex="-1" title="https://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/webinput.html#defaultform" href="https://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/webinput.html#defaultform" target="_blank" rel="noreferrer noopener"&gt;https://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/webinput.html#defaultform&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;But I have a problem to find the SASStoredProcess's path.&lt;/DIV&gt;
&lt;DIV&gt;How can I find it?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;thanks,&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Feb 2021 13:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716067#M21407</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2021-02-02T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716070#M21408</link>
      <description>&lt;P&gt;What software of SAS are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 14:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716070#M21408</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-02-02T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716097#M21409</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;SAS Enterprise Guide, SAS VA, SAS DataIntegration, SAS Management Console.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 15:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716097#M21409</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2021-02-02T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716163#M21413</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So based on the link you sent, you are trying to call a stored process via a Hyperlink.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, you need to determine what the stored process web application location is.&lt;/P&gt;
&lt;P&gt;Which looks like this…&amp;nbsp; &lt;A href="http://yourserver/SASStoredProcess" target="_blank"&gt;http://yourserver/SASStoredProcess&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Make sure the link above works before combing it with the stored process name and location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The rest of the link to the SP would look something like this… “do?_program=/WebApps/Sales/WeeklyStoredProcess”&lt;/P&gt;
&lt;P&gt;You can get this location of your stored process by right-clicking on the stored process from the SAS Folders section in Enterprise Guide and then eventually combining the two.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Carmine&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 18:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716163#M21413</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-02-02T18:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716293#M21423</link>
      <description>&lt;P&gt;If you are talking about the below snippet, the path it is referring to is under SAS metadata folders. You will have to check where was the STP registered and use that. If you don't have access, check with your site admin to help you with the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;The SAS Stored Process Web Application will look for a custom input form if you add the parameter _ACTION=FORM to the Web application URL. Custom input forms are JSPs under the input folder in the SASStoredProcess directory. For example, the Shoe Sales by Region sample stored process can be accessed with:

   http://yourserver/SASStoredProcess/do?
      _program=/Samples/Stored+Processes/
      Sample:+Shoe+Sales+by+Region&amp;amp;_action=form&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Feb 2021 03:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/716293#M21423</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2021-02-03T03:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/717114#M21492</link>
      <description>&lt;P&gt;If you add the directive _debug=log to the URL when running any Stored Process from the browser, you will get the complete SAS Log in the browser, and this will start with a listing of automatic macro variables from which you can deduct where SAS finds the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when creating links within a Stored Process to other Stored Process on your system,&amp;nbsp;&lt;EM&gt;use&lt;/EM&gt; those macro variables. Links then will still work when you have to move everything, or when your environment is being updated.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 16:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/717114#M21492</guid>
      <dc:creator>FrankPoppe</dc:creator>
      <dc:date>2021-02-05T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: find path of folder SASStoredProcess</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/717450#M21502</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Finally, I have found the folder input in this path:&lt;BR /&gt;/sas/sashome/SASWebInfrastructurePlatform/9.4/Static/wars/sas.storedprocess/input/Samples&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the support,&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 21:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/find-path-of-folder-SASStoredProcess/m-p/717450#M21502</guid>
      <dc:creator>Rakeon</dc:creator>
      <dc:date>2021-02-07T21:02:13Z</dc:date>
    </item>
  </channel>
</rss>

