<?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: ERROR: Procedure GRADBOOST not found. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852210#M336890</link>
    <description>&lt;P&gt;I don't think there was a SAS version 8.3.&amp;nbsp; And if there was it would by 20 years out of date.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run PROC SETINIT to see what version of SAS you are actually using and what SAS products you have licensed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 23:56:16 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-01-04T23:56:16Z</dc:date>
    <item>
      <title>ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852208#M336889</link>
      <description>&lt;P&gt;I am trying to create a model using gradient boosting. I am getting the error message: "ERROR: Procedure GRADBOOST not found." I have SAS 8.3. Is PROC GRADBOOST not available? Is there something similar available?&lt;/P&gt;&lt;P&gt;Here is my code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc gradboost data=Diff_Train_county
			outmodel=Diff_model
			seed=8675309;
	input input1 input2 input3 / level=interval;
	target target1 /level= interval;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jan 2023 23:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852208#M336889</guid>
      <dc:creator>Paige1</dc:creator>
      <dc:date>2023-01-04T23:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852210#M336890</link>
      <description>&lt;P&gt;I don't think there was a SAS version 8.3.&amp;nbsp; And if there was it would by 20 years out of date.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2013/08/02/how-old-is-your-version-of-sas-release-dates-for-sas-software.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run PROC SETINIT to see what version of SAS you are actually using and what SAS products you have licensed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 23:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852210#M336890</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-01-04T23:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852281#M336914</link>
      <description>&lt;P&gt;Sorry, it's SAS Enterprise Guide&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 444px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79063i977CC6BD7F68E612/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852281#M336914</guid>
      <dc:creator>Paige1</dc:creator>
      <dc:date>2023-01-05T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852285#M336916</link>
      <description>&lt;P&gt;Enterprise Guide is just a tool for helping you create and run SAS programs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use it to run the SAS program:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SETINIT&amp;nbsp;;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then you can see what version of SAS you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852285#M336916</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-01-05T14:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852287#M336917</link>
      <description>&lt;P&gt;PROC GRADBOOST is only available if you have licensed&amp;nbsp;&lt;EM class="xisDoc-bookTitle"&gt;SAS Visual Data Mining and Machine Learning.&amp;nbsp;&lt;/EM&gt;I don't think Enterprise Guide has this software license.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852287#M336917</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-05T14:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure GRADBOOST not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852302#M336930</link>
      <description>&lt;P&gt;It says I'm using version 9.04&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 16:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Procedure-GRADBOOST-not-found/m-p/852302#M336930</guid>
      <dc:creator>Paige1</dc:creator>
      <dc:date>2023-01-05T16:29:11Z</dc:date>
    </item>
  </channel>
</rss>

