<?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: Import file into SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179834#M45888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you only posted xls files, show the code you used in trying to import the Excel files.&amp;nbsp; Also, do you have sas/access for pcfile formats, what version of sas are you on, are you running 32 or 64 bit sas, and which operating system are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 22:48:49 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2013-12-20T22:48:49Z</dc:date>
    <item>
      <title>Import file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179833#M45887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried to import this file in csv, excel, text formats but none of them works perfect.&lt;/P&gt;&lt;P&gt;This dataset initially had missing values for both the columns but I have filtered them out.&lt;/P&gt;&lt;P&gt;Could anybody please help me? &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;P&gt;I have attached the dataset I need to import ind_index.xls. I have also attached the original data set just incase.&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;Namrata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 22:39:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179833#M45887</guid>
      <dc:creator>namrata</dc:creator>
      <dc:date>2013-12-20T22:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179834#M45888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you only posted xls files, show the code you used in trying to import the Excel files.&amp;nbsp; Also, do you have sas/access for pcfile formats, what version of sas are you on, are you running 32 or 64 bit sas, and which operating system are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 22:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179834#M45888</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-12-20T22:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179835#M45889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what are the symptoms that "none of them works perfect"?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 22:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179835#M45889</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-12-20T22:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179836#M45890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="149594" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; :&lt;/P&gt;&lt;P&gt;This is my code for xls file import:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;import&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=ind_code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;datafile&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"E:\second year-recent\data_d2013\ind_index.xls"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;DBMS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=excel replace;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;getnames=yes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;I am using SAS 9.3 and I guess it is 64 bit SAS(sorry, am not sure about the bit part and the sas/access part) and am using Windows 7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;In case of the text file, I was getting errors like invalid data. Incase of xls import, some of the errors were:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 23:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179836#M45890</guid>
      <dc:creator>namrata</dc:creator>
      <dc:date>2013-12-20T23:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179837#M45891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at: &lt;A href="http://support.sas.com/kb/37/412.html" title="http://support.sas.com/kb/37/412.html"&gt;37412 - Errors occur when you import Microsoft Excel or Microsoft Access files into SAS® 9.2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 23:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-file-into-SAS/m-p/179837#M45891</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2013-12-20T23:49:18Z</dc:date>
    </item>
  </channel>
</rss>

