<?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: CSV Import problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58828#M12769</link>
    <description>That helped, thanks! I was trying with DSD and MISSOVER in parallel, which screwed it up even more &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thomas</description>
    <pubDate>Mon, 03 Nov 2008 14:11:50 GMT</pubDate>
    <dc:creator>ThomasH</dc:creator>
    <dc:date>2008-11-03T14:11:50Z</dc:date>
    <item>
      <title>CSV Import problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58826#M12767</link>
      <description>Dear forum members,&lt;BR /&gt;
&lt;BR /&gt;
I've got another problem here I cannot handle.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to read a CSV file into a dataset with all input data being alphanumeric. It works pefectly like this:&lt;BR /&gt;
&lt;BR /&gt;
Data &amp;amp;_output.;&lt;BR /&gt;
	infile "&amp;amp;STGPfad/&amp;amp;_infile" delimiter=';' firstobs=2;&lt;BR /&gt;
	informat default=$1024.;&lt;BR /&gt;
	input (fld1-fld&amp;amp;nr) ($);&lt;BR /&gt;
Run;&lt;BR /&gt;
&lt;BR /&gt;
When it comes to a CSV row like&lt;BR /&gt;
&lt;BR /&gt;
3;4;5;6;7;;8;9&lt;BR /&gt;
&lt;BR /&gt;
the missing value is not taken as "." but the "8" is taken from the next field and so on, which is...well..wrong.&lt;BR /&gt;
&lt;BR /&gt;
So I tried "MISSOVER" in the INFILE statement, but still it doesn't work.&lt;BR /&gt;
&lt;BR /&gt;
Any other ideas would help me a lot.&lt;BR /&gt;
&lt;BR /&gt;
Thanks and regarsd,&lt;BR /&gt;
Thomas</description>
      <pubDate>Fri, 31 Oct 2008 12:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58826#M12767</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2008-10-31T12:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Import problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58827#M12768</link>
      <description>Add the DSD parameter to the INFILE statement.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 31 Oct 2008 12:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58827#M12768</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-10-31T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Import problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58828#M12769</link>
      <description>That helped, thanks! I was trying with DSD and MISSOVER in parallel, which screwed it up even more &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thomas</description>
      <pubDate>Mon, 03 Nov 2008 14:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CSV-Import-problem/m-p/58828#M12769</guid>
      <dc:creator>ThomasH</dc:creator>
      <dc:date>2008-11-03T14:11:50Z</dc:date>
    </item>
  </channel>
</rss>

