<?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 PLS -  Error Invalid group number in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619165#M29811</link>
    <description>&lt;P&gt;Okay, Paige .. I'm going to discuss this with Tech Support. Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 14:22:10 GMT</pubDate>
    <dc:creator>klroesner</dc:creator>
    <dc:date>2020-01-22T14:22:10Z</dc:date>
    <item>
      <title>PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619118#M29802</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi folks, what does the error message mean? With a smaller data set, it works fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: FC2._PLS18DAT 17M datasets, &amp;lt;100 class-values
57&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods graphics on;
58&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc pls data=FC2._pls18dat nfac=3
59&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot=(VIP ParmProfiles XLoadingProfiles);
60&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class VGP TAET9_NIVEAU WOHNBL;
61&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model DB2_WSG_KK = VGP TAET9_NIVEAU WOHNBL;
62&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;

ERROR:&amp;nbsp; UNABLE TO ACCESS MESSAGE 27648.20771
ERROR: Invalid group number
ERROR:&amp;nbsp; UNABLE TO ACCESS MESSAGE 29255.294
ERROR: Invalid group number
… * 100
ERROR:&amp;nbsp; UNABLE TO ACCESS MESSAGE 33789.26305
ERROR: Invalid group number
ERROR: Unable to restore '3864455' from template store!
NOTE: The SAS System stopped processing this step because of errors.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619118#M29802</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-01-22T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619121#M29803</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Hi folks, what does the error message mean? With a smaller data set, it works fine.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explain exactly what you mean by this. What smaller data set, what are the sizes of the data set and how many variables in the model when it works fine. What larger data set, what are the sizes of the data set and how many variables in the model when it doesn't work fine. How many class variables in the model when it does work? How many class variables in the model when it doesn't work?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:27:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619121#M29803</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-22T12:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619144#M29805</link>
      <description>&lt;P&gt;Hi Paige,&lt;/P&gt;&lt;P&gt;Thanks for the quick response. The question originally comes from a colleague of mine and here is his answer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Class Vars:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VGP: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char5, 12 Levels&lt;/LI&gt;&lt;LI&gt;WOHNBL: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; char3, 16 Levels&lt;/LI&gt;&lt;LI&gt;TAET9_NIVEAU: &amp;nbsp; &amp;nbsp;char1, 3 Levels&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The small data set on which it works has 1 million records and on which it does not work 17 million records.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619144#M29805</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-01-22T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619149#M29806</link>
      <description>&lt;P&gt;Followup question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there more variables when you run the larger data set, or the same number of variables?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:44:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619149#M29806</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-22T13:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619155#M29807</link>
      <description>&lt;P&gt;It is actually only the number of records that are different.&amp;nbsp;All other parameters are the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;same number of variables, &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;same code and&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;same data structures.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619155#M29807</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-01-22T14:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619161#M29809</link>
      <description>&lt;P&gt;So I have not seen this error before, but obviously it is related to the number of records in your data set. I would discuss this with SAS tech support.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:16:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619161#M29809</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-22T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619165#M29811</link>
      <description>&lt;P&gt;Okay, Paige .. I'm going to discuss this with Tech Support. Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619165#M29811</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-01-22T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619203#M29822</link>
      <description>Is it possible one of the values one of the CLASS variables is not in the smaller data set? Is every category in the smaller data set?&lt;BR /&gt;&lt;BR /&gt;PLS shouldn't be using a ton of memory except maybe for graphs so I'd try turning off the graph portion as well to see if that helps. Hopefully Tech Support has a better answer than me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619203#M29822</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-22T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619429#M29835</link>
      <description>Hi Reeza, You are on the right track: It's a graphics problem. Without graphics output, there is no error message. Each of the three graphics options (VIP ParmProfiles XLoadingProfiles) leads to the same error message.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 08:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619429#M29835</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-01-23T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619512#M29839</link>
      <description>&lt;P&gt;The procedure us trying to access an error message but cannot find it. Presumably, there is no error for the smaller data and so the procedure does not need to access the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please give tech support your version of SAS by submitting&lt;/P&gt;
&lt;P&gt;%put &amp;amp;SYSVLONG4;&lt;/P&gt;
&lt;P&gt;and copy/paste from the SAS log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 14:12:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/619512#M29839</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-23T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PLS -  Error Invalid group number</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/626197#M30129</link>
      <description>&lt;P&gt;We got a workaround from the SAS TechSupport: In SAS9.4, it is likely that the 17 million observations overtax the observation scatterplot in PLS's correlation loadings plot, which is created by default. With plot(only)= this plot can be switched off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;STRONG&gt;&lt;SPAN class="csc18e74a51"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc pls data=FC2._pls18dat nfac=3 &amp;nbsp;&lt;FONT color="#FF0000"&gt; plot(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="csbbe5b3b91"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;only&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="csc18e74a51"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;=(VIP ParmProfiles XLoadingProfiles);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;STRONG&gt;&lt;SPAN class="csc18e74a51"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;class VGP TAET9_NIVEAU WOHNBL;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Microsoft Sans Serif',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;SPAN class="csc18e74a51"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model DB2_WSG_KK = VGP TAET9_NIVEAU WOHNBL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="csc18e74a51"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;SPAN class="cs78ab32121"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 16:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-PLS-Error-Invalid-group-number/m-p/626197#M30129</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2020-02-20T16:15:35Z</dc:date>
    </item>
  </channel>
</rss>

