<?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 from csv to sas dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794250#M254671</link>
    <description>You will need to read it in as a single character variable initially and then parse out the components if you'd like. &lt;BR /&gt;&lt;BR /&gt;If you read the file using PROC IMPORT try setting GUESSINGROWS=MAX to force SAS to scan the entire file before it assigns types and that may fix part of the issue for you. &lt;BR /&gt;If you're reading in using INPUT/INFILE then you need to ensure the informat is set to character with an appropriate length. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Feb 2022 15:52:47 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-02-03T15:52:47Z</dc:date>
    <item>
      <title>reading from csv to sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794187#M254630</link>
      <description>&lt;P&gt;How to read value like this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;03/2020 - sunday check 3x75g&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This value is present in csv file along with many other variables values. This particular column (values like&amp;nbsp;03/2020 - sunday check 3x75g)&amp;nbsp; which is&amp;nbsp; as mentioned is coming as blank . Please advise&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794187#M254630</guid>
      <dc:creator>Aexor</dc:creator>
      <dc:date>2022-02-03T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: reading from csv to sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794188#M254631</link>
      <description>&lt;P&gt;Please post a complete line of the csv file using "insert code" and show the code you have used to read the file.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794188#M254631</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-02-03T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: reading from csv to sas dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794250#M254671</link>
      <description>You will need to read it in as a single character variable initially and then parse out the components if you'd like. &lt;BR /&gt;&lt;BR /&gt;If you read the file using PROC IMPORT try setting GUESSINGROWS=MAX to force SAS to scan the entire file before it assigns types and that may fix part of the issue for you. &lt;BR /&gt;If you're reading in using INPUT/INFILE then you need to ensure the informat is set to character with an appropriate length. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/reading-from-csv-to-sas-dataset/m-p/794250#M254671</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-02-03T15:52:47Z</dc:date>
    </item>
  </channel>
</rss>

