<?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 GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/393493#M20542</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just in case of...&lt;/P&gt;
&lt;P&gt;The actual solution consists in updating your browser language as it my night be possible to access SASPreferences with SAS University Edition.&lt;/P&gt;
&lt;P&gt;If you use English, it should work.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damien&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 10:01:01 GMT</pubDate>
    <dc:creator>Damo</dc:creator>
    <dc:date>2017-09-06T10:01:01Z</dc:date>
    <item>
      <title>Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328065#M17307</link>
      <description>&lt;P&gt;HI everybody,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to run this progam with SAS University:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=peuplier;&lt;BR /&gt;format clone varfmt.;&lt;BR /&gt;title 'Impression du fichier peuplier';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc glm data=peuplier;&lt;BR /&gt;class clone;&lt;BR /&gt;model diametre=clone;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this error message appear: Invalid characters were present in the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try proc mixed instead of proc glm, it's working....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone could know why? My classmate is able to run the same program with proc glm, but not me.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 17:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328065#M17307</guid>
      <dc:creator>sagag</dc:creator>
      <dc:date>2017-01-27T17:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328077#M17308</link>
      <description>&lt;P&gt;Try filtering out non printable characters in the variable clone with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data peuplier2;
set peuplier;
clone = compress(clone,,"KW");
run;

proc glm data=peuplier2...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jan 2017 17:39:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328077#M17308</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-01-27T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328530#M17324</link>
      <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;it's still not working, the same error message appear "invalid characters were present in the data". I don't know what's the problem with my SAS university....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/328530#M17324</guid>
      <dc:creator>sagag</dc:creator>
      <dc:date>2017-01-30T17:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/392262#M20461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/125627"&gt;@sagag&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After experiencing a similar issue, a possible workaround would consists of changing the User locale (see below) to English.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Preferences.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14761iD8239A83D2A5743B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Preferences.JPG" alt="Preferences.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would that solve your issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 15:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/392262#M20461</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-08-31T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/393493#M20542</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just in case of...&lt;/P&gt;
&lt;P&gt;The actual solution consists in updating your browser language as it my night be possible to access SASPreferences with SAS University Edition.&lt;/P&gt;
&lt;P&gt;If you use English, it should work.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damien&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:01:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM/m-p/393493#M20542</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-09-06T10:01:01Z</dc:date>
    </item>
  </channel>
</rss>

