<?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 Error message: Invalid characters in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/393875#M20560</link>
    <description>Hi Damien,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our research group actually decided to purchase a SAS license, so I no longer use SAS University. Thanks anyways for answering my question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Sep 2017 14:02:59 GMT</pubDate>
    <dc:creator>Jeff11</dc:creator>
    <dc:date>2017-09-07T14:02:59Z</dc:date>
    <item>
      <title>PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326327#M17226</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code produced the desired results using SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLM DATA=IMPORT;&lt;BR /&gt;CLASS v1 v2;&lt;BR /&gt;MODEL v3= v1 v2;&lt;BR /&gt;MEANS v2/TUKEY;&lt;BR /&gt;TITLE 'Repeated Measures ANOVA FOR v3 with Tukey POSTHOC';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, running it with SASUniversity (Studio) produces the following error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid characters were present in the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried converting my dataset to excel and SPSS before importing back to SAS. All variables are numeric. Nothing worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:13:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326327#M17226</guid>
      <dc:creator>Jeff11</dc:creator>
      <dc:date>2017-01-20T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326346#M17227</link>
      <description>&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create data step code from your existing SAS data set following these instructions: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; That will create code that you can post in a code box using the forum {i} icon or attach as a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326346#M17227</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-20T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326388#M17235</link>
      <description>&lt;P&gt;I suspect the data are corrupted. If you do a PROC CONTENTS and PROC PRINT data=Have(obs=5)&lt;/P&gt;
&lt;P&gt;PROC PRINT data=Have(obs=5); run;&lt;/P&gt;
&lt;P&gt;I suspect you will see the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The different behavior might be because the import step on the virtual machine (which uses UTF-8 encoding) is transcoding character variables differently than your local machine.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 18:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/326388#M17235</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-20T18:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/392258#M20460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124494"&gt;@Jeff11&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an "old" post but if the issue remains, can you try to change the &lt;STRONG&gt;User locale&lt;/STRONG&gt; and set it to &lt;EM&gt;English&lt;/EM&gt;&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/14760iBC68AAA1FC1B0D07/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;Then when you rerun your GLM procedure, what is the outcome?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Damo&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 15:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/392258#M20460</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-08-31T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/393494#M20543</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:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/393494#M20543</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-09-06T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM Error message: Invalid characters</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/393875#M20560</link>
      <description>Hi Damien,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our research group actually decided to purchase a SAS license, so I no longer use SAS University. Thanks anyways for answering my question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-Error-message-Invalid-characters/m-p/393875#M20560</guid>
      <dc:creator>Jeff11</dc:creator>
      <dc:date>2017-09-07T14:02:59Z</dc:date>
    </item>
  </channel>
</rss>

