<?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: Reading CSV file, Please Help. Thanks in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81215#M17488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Tom..It works perfectly &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 15:38:41 GMT</pubDate>
    <dc:creator>Question</dc:creator>
    <dc:date>2013-03-19T15:38:41Z</dc:date>
    <item>
      <title>Reading CSV file, Please Help. Thanks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81211#M17484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;Hi ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;Hi Please find attached the SAS Code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;Many Thanks&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;Alice&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81211#M17484</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2013-03-19T15:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CSV file, Please Help. Thanks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81212#M17485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your data step code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81212#M17485</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-03-19T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CSV file, Please Help. Thanks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81213#M17486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually an indication that your text file has end of line characters embedded in the value of one of the variables.&amp;nbsp; Your particular example looks like someone put a linefeed or carriage return into the value of an address variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try using the TERMSTR=CRLF option.&amp;nbsp; If the file was created on PC such that each line ends with carriage return and line feed characters ('0D'x and '0A'x) then any single CR or LF characters in the middle of the line will not cause SAS to treat it as a new line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also make sure you are using TRUNCOVER option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81213#M17486</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-03-19T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CSV file, Please Help. Thanks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81214#M17487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You...I will try TERMSTR=CRLF option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81214#M17487</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2013-03-19T15:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading CSV file, Please Help. Thanks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81215#M17488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Tom..It works perfectly &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-CSV-file-Please-Help-Thanks/m-p/81215#M17488</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2013-03-19T15:38:41Z</dc:date>
    </item>
  </channel>
</rss>

