<?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: PROC GAMSELECT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963160#M375289</link>
    <description>&lt;P&gt;Frustrating and confusing that there are certain procedures included in PC SAS 9.4 m7 that do not function in that environment.&amp;nbsp; Regardless of whether one uses our own data or not.&amp;nbsp; When one tries them out the error message is received:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;ERROR: The data set SASHELP.CLASS must use a CAS engine libref.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Agree that PROC GAMPL looks promising.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 01 Apr 2025 22:34:29 GMT</pubDate>
    <dc:creator>NKormanik</dc:creator>
    <dc:date>2025-04-01T22:34:29Z</dc:date>
    <item>
      <title>PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963063#M375255</link>
      <description>&lt;P&gt;Has anyone gotten PROC GAMSELECT to work on a stand-alone PC SAS machine???&lt;BR /&gt;&lt;BR /&gt;Error message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;5&amp;nbsp; &amp;nbsp; /* Minimal PROC GAMSELECT test */&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;6&amp;nbsp; &amp;nbsp; proc gamselect data=sashelp.class;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class sex;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; model weight = spline(height) spline(age) / dist=normal;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;9&amp;nbsp; &amp;nbsp; run;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;ERROR: The data set SASHELP.CLASS must use a CAS engine libref.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 23:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963063#M375255</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2025-03-31T23:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963065#M375257</link>
      <description>&lt;DIV&gt;
&lt;P class="break-words"&gt;Since &lt;SPAN class="text-sm px-1 rounded-sm !font-mono bg-sunset/10 text-rust dark:bg-dawn/10 dark:text-dawn"&gt;PROC GAMSELECT&lt;/SPAN&gt; works with &lt;SPAN class="text-sm px-1 rounded-sm !font-mono bg-sunset/10 text-rust dark:bg-dawn/10 dark:text-dawn"&gt;V9&lt;/SPAN&gt; datasets in standard SAS 9.4 (per SAS/STAT 13.1+ documentation), the CAS error suggests:&lt;/P&gt;
&lt;OL class="marker:text-secondary"&gt;
&lt;LI class="break-words"&gt;&lt;STRONG&gt;Installation Anomaly&lt;/STRONG&gt;: Your SAS/STAT 15.2 might have a patch or corruption making &lt;SPAN class="text-sm px-1 rounded-sm !font-mono bg-sunset/10 text-rust dark:bg-dawn/10 dark:text-dawn"&gt;PROC GAMSELECT&lt;/SPAN&gt; think it’s in a Viya-like mode.&lt;/LI&gt;
&lt;LI class="break-words"&gt;&lt;STRONG&gt;Procedure Misregistration&lt;/STRONG&gt;: The procedure might be incorrectly registered to expect CAS, possibly due to a mixed installation or a failed update.&lt;/LI&gt;
&lt;LI class="break-words"&gt;&lt;STRONG&gt;Undocumented Change&lt;/STRONG&gt;: A TS1M7-specific quirk might have altered &lt;SPAN class="text-sm px-1 rounded-sm !font-mono bg-sunset/10 text-rust dark:bg-dawn/10 dark:text-dawn"&gt;PROC GAMSELECT&lt;/SPAN&gt;’s behavior, though this isn’t reflected in the official SAS 9.4 docs.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 31 Mar 2025 23:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963065#M375257</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2025-03-31T23:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963067#M375258</link>
      <description>&lt;P&gt;When I search the SAS doc it clearly states &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/casstat/casstat_gamselect_overview.htm" target="_blank" rel="noopener"&gt;GAMSELECT&lt;/A&gt; is a Visual Statistics PROC only (available with Viya 3.5 or later) which requires a CAS engine:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASKiwi_0-1743466148365.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/105797i9408241969D6D548/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1743466148365.png" alt="SASKiwi_0-1743466148365.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is a PROC GAM in SAS/STAT which you could try.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 00:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963067#M375258</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-04-01T00:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963078#M375264</link>
      <description>&lt;P&gt;See also &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_hpgam_overview01.htm" target="_blank" rel="noopener"&gt;PROC GAMPL&lt;/A&gt;, which &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Proc-Gam/m-p/904833/highlight/true#M44909" target="_blank" rel="noopener"&gt;experts prefer&lt;/A&gt; to PROC GAM.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 07:35:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963078#M375264</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2025-04-01T07:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963079#M375265</link>
      <description>&lt;P&gt;&lt;STRONG&gt;GAMSELECT is new in the 8.5 release of SAS Visual Statistics&lt;/STRONG&gt; (which is a Viya product).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=tGn-k3e_IAQ" target="_blank"&gt;Introducing the GAMSELECT Procedure for Generalized Additive Model Selection&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-Train-Generalized-Additive-Models-GAMs-in-Model-Studio/ta-p/793597" target="_blank"&gt;How to Train Generalized Additive Models (GAMs) in Model Studio - SAS Support Communities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 07:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963079#M375265</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-04-01T07:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GAMSELECT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963160#M375289</link>
      <description>&lt;P&gt;Frustrating and confusing that there are certain procedures included in PC SAS 9.4 m7 that do not function in that environment.&amp;nbsp; Regardless of whether one uses our own data or not.&amp;nbsp; When one tries them out the error message is received:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;ERROR: The data set SASHELP.CLASS must use a CAS engine libref.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Agree that PROC GAMPL looks promising.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Apr 2025 22:34:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-GAMSELECT/m-p/963160#M375289</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2025-04-01T22:34:29Z</dc:date>
    </item>
  </channel>
</rss>

