<?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: ERROR: Invalid characters were present in the data. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/557053#M7524</link>
    <description>Thank you!</description>
    <pubDate>Wed, 08 May 2019 09:55:07 GMT</pubDate>
    <dc:creator>marysmith</dc:creator>
    <dc:date>2019-05-08T09:55:07Z</dc:date>
    <item>
      <title>ERROR: Invalid characters were present in the data.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556840#M7516</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as I am not having access to SAS 9.4 anymore I am trying my best with SAS Studio. Before I have worked on a Windows PC and I am trying to make it work on my macbook now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After quite some time, I just managed to SAS read in my excel sheet - yay!&lt;/P&gt;&lt;P&gt;But now I am getting this error message for an easy command as proc print and I really have no clue what could be the Problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print&lt;BR /&gt;data=pms.datensatz_PMS;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="sasLog"&gt; ERROR: Invalid characters were present in the data.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 16:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556840#M7516</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-07T16:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid characters were present in the data.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556868#M7517</link>
      <description>Your data has some special characters that can't be printed for some reason. If you can save that xls files as XLSX and re-import I suspect it may solve some of that problem. Otherwise, check the file for special characters such as accented letters, super scripts or images/fonts.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 May 2019 16:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556868#M7517</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-07T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid characters were present in the data.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556957#M7521</link>
      <description>&lt;P&gt;"as I am not having access to SAS 9.4 anymore I am trying my best with SAS Studio."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using SAS Viya instead of 9.4? If so, the default SAS encoding for SAS Viya is UTF-8. The ASCII characters (7-bit) are represented as one byte in UTF-8. All other characters must be represented as more than one byte.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some software applications will substitute typographical characters for the character you type at the keyboard. For example, the apostrophe may be replaced by a left or right quote, depending on the context. The minus sign may be converted to a longer dash. Other substitutions are common. The substituted characters are not ASCII characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Accented characters and special characters, such as the plus-minus (±), are available as a single-byte when the SAS session encoding is a single-byte native encoding, such as WLATIN1. However, any characters that are not English letters, numbers, and ASCII punctuation also must be represented as more than one byte.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a FILENAME statement that references your Excel sheet? If so, what does that look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 22:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/556957#M7521</guid>
      <dc:creator>ehbales</dc:creator>
      <dc:date>2019-05-07T22:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid characters were present in the data.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/557053#M7524</link>
      <description>Thank you!</description>
      <pubDate>Wed, 08 May 2019 09:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/557053#M7524</guid>
      <dc:creator>marysmith</dc:creator>
      <dc:date>2019-05-08T09:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Invalid characters were present in the data.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/663843#M9227</link>
      <description>You can use compress() function for column values: &lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0fcshr0ir3h73n1b845c4aq58hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0fcshr0ir3h73n1b845c4aq58hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Sun, 21 Jun 2020 14:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Invalid-characters-were-present-in-the-data/m-p/663843#M9227</guid>
      <dc:creator>bryanjonathan_3</dc:creator>
      <dc:date>2020-06-21T14:36:37Z</dc:date>
    </item>
  </channel>
</rss>

