<?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 Hovtest and Tukey in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498709#M6277</link>
    <description>&lt;P&gt;This problem has been reported before. See &lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Non-English-Characters-in-SAS-University-Edition/td-p/265791" target="_self"&gt;this thread&lt;/A&gt;&amp;nbsp;and &lt;A href="https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Error-Message/td-p/452438" target="_self"&gt;this thread&lt;/A&gt;, for example. I'm going to move&amp;nbsp;your question to the SAS Studio community since they probably have the latest information on what causes the problem and how to avoid it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 12:31:14 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-09-25T12:31:14Z</dc:date>
    <item>
      <title>SAS Studio reports "ERROR: Invalid characters were present in the data" for Proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498660#M6276</link>
      <description>&lt;P&gt;Dear SAS Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to run PROC GLM with hovtest and Tukey on SAS studio. Actually the script works perfectly outside SAS studio environment but not within it. I try to compare Brain volume (BPF) within groups (groupe 2 containing 3 groups HC, MS1 and MS2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*Brain volume : HC vs MS1 vs MS2 */&lt;BR /&gt;PROC GLM DATA=trav ;&lt;BR /&gt;CLASS Groupe2 ;&lt;BR /&gt;MODEL BPF = Groupe2 ;&lt;BR /&gt;MEANS Groupe2 / HOVTEST WELCH TUKEY ;&lt;BR /&gt;RUN ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The information from journal:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;73 PROC GLM DATA=trav ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;74 CLASS Groupe2 ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75 MODEL BPF = Groupe2 ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;76 MEANS Groupe2 / HOVTEST WELCH TUKEY ;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;77 RUN ;&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Invalid characters were present in the data.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Une erreur s'est produite lors du traitement des données texte.&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;ERROR: Invalid characters were present in the data.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE GLM used (Total process time):&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;real time 0.07 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;cpu time 0.07 seconds&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;78&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;79 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;92&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Could you help me with this? Is this only a problem of language or syntax?&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Than you&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 12:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498660#M6276</guid>
      <dc:creator>ELommers</dc:creator>
      <dc:date>2018-09-25T12:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM Hovtest and Tukey</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498709#M6277</link>
      <description>&lt;P&gt;This problem has been reported before. See &lt;A href="https://communities.sas.com/t5/SAS-Analytics-U/Non-English-Characters-in-SAS-University-Edition/td-p/265791" target="_self"&gt;this thread&lt;/A&gt;&amp;nbsp;and &lt;A href="https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-Error-Message/td-p/452438" target="_self"&gt;this thread&lt;/A&gt;, for example. I'm going to move&amp;nbsp;your question to the SAS Studio community since they probably have the latest information on what causes the problem and how to avoid it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 12:31:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498709#M6277</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-25T12:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM Hovtest and Tukey</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498717#M6278</link>
      <description>&lt;P&gt;Thank you Very much for your answer!&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading posts your recommend, my problem is solved by changing my browser language (moving from french to english)!!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 13:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-reports-quot-ERROR-Invalid-characters-were-present-in/m-p/498717#M6278</guid>
      <dc:creator>ELommers</dc:creator>
      <dc:date>2018-09-25T13:08:30Z</dc:date>
    </item>
  </channel>
</rss>

