<?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: proc import csv in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317536#M69541</link>
    <description>&lt;P&gt;Yes, to add to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;has stated, proc import is a "guessing" procedure, it guesses what your data is. &amp;nbsp;On the other you know what your data is. &amp;nbsp;So who is best placed to define how the data should be imported? &amp;nbsp;You are. &amp;nbsp;You write the program, based on your import agreement (you do have one of those don't you), that imports the data in exact format/lengths - ejecting invalid data - and is then validated per your import process.&lt;/P&gt;
&lt;P&gt;The emphasis at the end of the day is thay you are the data owner, therefore it is your responsibility for it.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2016 09:57:06 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-12-08T09:57:06Z</dc:date>
    <item>
      <title>proc import csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317490#M69527</link>
      <description>&lt;P&gt;Is there a way to tell the system which variable to read as character &amp;amp; which one as numeric/date. I have one numeric column with 13 digits, if I mention getnames=yes in proc import then it makes that column as numeric but values are junk. If I mention getnames=no in proc then it makes that as text.&lt;/P&gt;&lt;P&gt;Ideally I want it numeric with 13 digits but if that is not possible then I want it as text but with getnames.... Please send your expert advice........&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 04:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317490#M69527</guid>
      <dc:creator>deega</dc:creator>
      <dc:date>2016-12-08T04:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc import csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317493#M69528</link>
      <description>&lt;P&gt;You can't specify types with PROC IMPORT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;getnames should not make a difference. If you have column headers then use getnames, otherwise don't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you run proc import, check your log. It will have the data step code required to read the file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy the code and modify as necessary to meet your requirements.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 04:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317493#M69528</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-08T04:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc import csv</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317536#M69541</link>
      <description>&lt;P&gt;Yes, to add to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;has stated, proc import is a "guessing" procedure, it guesses what your data is. &amp;nbsp;On the other you know what your data is. &amp;nbsp;So who is best placed to define how the data should be imported? &amp;nbsp;You are. &amp;nbsp;You write the program, based on your import agreement (you do have one of those don't you), that imports the data in exact format/lengths - ejecting invalid data - and is then validated per your import process.&lt;/P&gt;
&lt;P&gt;The emphasis at the end of the day is thay you are the data owner, therefore it is your responsibility for it.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-import-csv/m-p/317536#M69541</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-12-08T09:57:06Z</dc:date>
    </item>
  </channel>
</rss>

