<?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 excel with no SAS/ACESS interface to PC files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149711#M39476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't recall if DBMS=XLS requires access to PC Files, you could try that.&amp;nbsp; Otherwise you're probably out of luck for XLS.&amp;nbsp; XLSX can be read in as a text file, given some work (it's a zipped XML file), but odds are it's cheaper to license Access to PC Files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 18:06:15 GMT</pubDate>
    <dc:creator>snoopy369</dc:creator>
    <dc:date>2013-11-20T18:06:15Z</dc:date>
    <item>
      <title>Import excel with no SAS/ACESS interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149710#M39475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use proc import as below and I'm getting an error. I'm guess its because i do not have SAS/ACCESS interface to PC files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT &lt;BR /&gt;DATAFILE='/uhome/snoone/callrecording.xls'&lt;BR /&gt;DBMS=EXCEL&lt;BR /&gt;OUT=x&lt;BR /&gt;REPLACE; run;&lt;/P&gt;&lt;P&gt;ERROR: DBMS type EXCEL not valid for import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is an alternative way of importing excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 16:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149710#M39475</guid>
      <dc:creator>helloSAS</dc:creator>
      <dc:date>2013-11-20T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel with no SAS/ACESS interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149711#M39476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't recall if DBMS=XLS requires access to PC Files, you could try that.&amp;nbsp; Otherwise you're probably out of luck for XLS.&amp;nbsp; XLSX can be read in as a text file, given some work (it's a zipped XML file), but odds are it's cheaper to license Access to PC Files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149711#M39476</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-11-20T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel with no SAS/ACESS interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149712#M39477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have access to PC files you may be best off with saving the file to CSV. Then you can either write Proc Import for that file or use the wizards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One big, at least in my opinion, of using the CSV approach is that Proc Import generates basic datastep code, look in the log or use F4 key in the editor to recall. The code can be modified to control variable types, informats and formats including using custom informats/formats. I also usually add labels to the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149712#M39477</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-11-20T18:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel with no SAS/ACESS interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149713#M39478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was posted to SAS L, perhaps you can follow up with them?&lt;/P&gt;&lt;P&gt;&lt;A href="http://listserv.uga.edu/cgi-bin/wa?A2=ind1311c&amp;amp;L=sas-l&amp;amp;F=&amp;amp;S=&amp;amp;P=13018" title="http://listserv.uga.edu/cgi-bin/wa?A2=ind1311c&amp;amp;L=sas-l&amp;amp;F=&amp;amp;S=&amp;amp;P=13018"&gt;SAS-L archives -- November 2013, week 3 (#107)&amp;lt;/title&amp;gt;&amp;lt;style type="text/css"&amp;gt;&amp;lt;!--BODY { font-family: "Comic Sans MS",arial, helvetica, sans-serif; font-size: 14px; color: black; background-color: white; }TD, TH, FONT, .BOD { font-family: "Comic Sans MS", arial, helvetica, sans-serif; font-size: 14px; margin-left: 0px; margin-right: 0px; color: black; }SUP { font-family: courier,monospace; font-size: 12px; text-decoration: none; }KBD {font-family: courier,monospace;}PRE {font-family: courier,monospace;} .SMALL {font-size: 12px} .SMALLER {font-size: 10px} .LARGE {font-size: 16px} .LARGER {font-size: 18px} .FOOT {font-size: 12px; color: gray } .BLOCK { font-size: 12px; color: #555555; text-align: justify; } .FIXED { font-family: courier,monospaced; font-size:12pt }STRONG {font-weight: bold }EM { font-style: italic; }A:LINK { text-decoration: none; color: #0000FF; }A:VISITED { text-decoration: none; color: #0000FF; }A:ACTIVE { text-decoration: none; color: #0000FF; }A:HOVER { text-decoration: none; color: #ad080a; }H1 { font-size: 22px; }H2 { font-size: 20px; }H3 { font-size: 18px; }--&amp;gt;&amp;lt;/style&amp;gt;&amp;lt;!-- This is the top part for sub pages (topsub.html) 12/10/99 16:05 --&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;LISTSERV at the University of Georgia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:35:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149713#M39478</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-20T18:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel with no SAS/ACESS interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149714#M39479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're referring to Gady's post, that very likely only would work on XLSX (I wrote roughly the same thing a year ago, and FriedEgg wrote a simpler routine as well).&amp;nbsp; XLSX is an xml file, XLS may be a binary file (it also may be a very differently structured XML file).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 18:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-excel-with-no-SAS-ACESS-interface-to-PC-files/m-p/149714#M39479</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-11-20T18:38:07Z</dc:date>
    </item>
  </channel>
</rss>

