<?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: Format in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593632#M15549</link>
    <description>&lt;P&gt;If values are imported wrongly, please supply example data from the csv file (use the [i] button for posting textual data), and tell us which column was incorrectly read.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 08:06:04 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-10-03T08:06:04Z</dc:date>
    <item>
      <title>Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593629#M15547</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to import a CSV file in SAS via clicking on 'file' then 'import data' but once the file is in SAS it gives me a different value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I import a CSV file and keep the same values?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 07:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593629#M15547</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2019-10-03T07:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593631#M15548</link>
      <description>&lt;P&gt;Write your own data step, and use that. With the automated helpers (either the import wizard of Enterprise Guide or proc import), changes in the data can (and will) cause unwanted changes in the structure.&lt;/P&gt;
&lt;P&gt;If your original task runs a proc import, copy the data step code from the log, adapt (and simplify!) it is as needed, and use that in the future.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 08:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593631#M15548</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-03T08:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593632#M15549</link>
      <description>&lt;P&gt;If values are imported wrongly, please supply example data from the csv file (use the [i] button for posting textual data), and tell us which column was incorrectly read.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 08:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593632#M15549</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-03T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593637#M15550</link>
      <description>&lt;PRE&gt;&lt;U&gt;CSV file&lt;/U&gt;
RIC             Price         Volume
AEIS.O          14.07         1500

&lt;U&gt;SAS file&lt;/U&gt;

RIC             Price         Volume
AEIS.O          1             2&lt;/PRE&gt;&lt;P&gt;Here's an example of what happens to an observation when I import the CSV file.&lt;/P&gt;&lt;P&gt;I don't use any particular code, I just use the import data function from the file menu&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 08:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593637#M15550</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2019-10-03T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593660#M15557</link>
      <description>&lt;P&gt;Please show the REAL content of the csv file. It should look something like this:&lt;/P&gt;
&lt;PRE&gt;RIC,Price,Volume
AEIS.O,14.07,1500
&lt;/PRE&gt;
&lt;P&gt;NEVER (and I mean never as in "not even when hell has frozen over so hard that the brimstone is superconducting") inspect a csv file with Excel or similar, as you will only see what Excel &lt;EM&gt;thinks&lt;/EM&gt; of the data. Use a proper text editing/viewing tool, like notepad++.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which import wizard do you use? That of Base SAS, SAS Studio, or Enterprise Guide?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 10:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format/m-p/593660#M15557</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-03T10:14:12Z</dc:date>
    </item>
  </channel>
</rss>

