<?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 Reading in ASCII help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578424#M164050</link>
    <description>&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;I am trying to read in an excel spreadsheet -- I am getting these 'funny' characters , which I believe is caused by ENTER key (?)&amp;nbsp;. I have tried using the option ENCODING=Yes and SAS server UTF8&amp;nbsp;, which usually works, however this time I am stumped!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached an example of my results. Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 14:24:48 GMT</pubDate>
    <dc:creator>NJGIRL</dc:creator>
    <dc:date>2019-08-01T14:24:48Z</dc:date>
    <item>
      <title>Reading in ASCII help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578424#M164050</link>
      <description>&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;I am trying to read in an excel spreadsheet -- I am getting these 'funny' characters , which I believe is caused by ENTER key (?)&amp;nbsp;. I have tried using the option ENCODING=Yes and SAS server UTF8&amp;nbsp;, which usually works, however this time I am stumped!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached an example of my results. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578424#M164050</guid>
      <dc:creator>NJGIRL</dc:creator>
      <dc:date>2019-08-01T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in ASCII help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578606#M164120</link>
      <description>&lt;P&gt;Many people will not look at MS Office files.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 02:39:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578606#M164120</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-08-02T02:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reading in ASCII help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578609#M164123</link>
      <description>&lt;P&gt;Those don't look like either CR or LF, which is what a line break would look like.&lt;/P&gt;
&lt;P&gt;Ask SAS to show you want characters they are by using the $HEX format.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
  set have (obs=5);
  put item_desc $hex.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Aug 2019 03:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-in-ASCII-help/m-p/578609#M164123</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-08-02T03:07:46Z</dc:date>
    </item>
  </channel>
</rss>

