<?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 How to get list of all available procedure. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419486#M67816</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be gratefull, If anyone could tell me how can I get the list of all available procedure in my current version of SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2017 08:17:55 GMT</pubDate>
    <dc:creator>Matt3</dc:creator>
    <dc:date>2017-12-08T08:17:55Z</dc:date>
    <item>
      <title>How to get list of all available procedure.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419486#M67816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be gratefull, If anyone could tell me how can I get the list of all available procedure in my current version of SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 08:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419486#M67816</guid>
      <dc:creator>Matt3</dc:creator>
      <dc:date>2017-12-08T08:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of all available procedure.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419492#M67817</link>
      <description>&lt;P&gt;To my knowledge you can't get a full list of what procedures you have available, but you can run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setint;run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to write a list of your installed SAS components and products&amp;nbsp;and then look up the relevant procuct in the SAS documentation to see what procedures are included &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 08:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419492#M67817</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-12-08T08:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of all available procedure.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419493#M67818</link>
      <description>&lt;P&gt;I've never come across a programmatic way of doing it but this link may be useful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=allprodsproc&amp;amp;docsetTarget=procedures.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;" target="_blank"&gt;http://documentation.sas.com/?docsetId=allprodsproc&amp;amp;docsetTarget=procedures.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 08:42:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419493#M67818</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-08T08:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of all available procedure.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419877#M67851</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;&amp;nbsp;that as far as I know there's no way of programattically deterring which Procs&amp;nbsp;are available but bear in mind that if you're using SAS University Edition&amp;nbsp;there are some products for which only a subset of Procs is available (e.g. SAS ETS).&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2017 01:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/419877#M67851</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-12-10T01:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of all available procedure.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/810358#M81791</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;proc setinit; run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;setint works, but only because it recognizes the typo.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 13:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-get-list-of-all-available-procedure/m-p/810358#M81791</guid>
      <dc:creator>fergieis</dc:creator>
      <dc:date>2022-04-28T13:47:03Z</dc:date>
    </item>
  </channel>
</rss>

