<?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: Importing several files into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261304#M50820</link>
    <description>&lt;P&gt;Instructions for installing and using the PC Files Server 9.3 can be found here: &lt;A href="http://support.sas.com/kb/43/802.html" target="_self"&gt;http://support.sas.com/kb/43/802.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 08:56:46 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-04-05T08:56:46Z</dc:date>
    <item>
      <title>Importing several files into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261286#M50811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to import several files into SAS EG 5.1 from local machine, after executing&amp;nbsp;proc import procedure i'm getting the below error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15 proc import datafile='C:\Users\admin\Desktop\CpiSampleData.xls' out=asdf dbms=xls;&lt;BR /&gt;16 run;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Physical file does not exist, /SASCONF/conf93/Lev1/SASApp/C:\Users\admin\Desktop\CpiSampleData.xls.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i use dbms as excel it pops the error not a valid dbms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;15 proc import datafile='C:\Users\admin\Desktop\CpiSampleData.xls' out=asdf dbms=excel;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: DBMS type EXCEL not valid for import.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261286#M50811</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2016-04-05T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Importing several files into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261291#M50814</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the error message it looks like your code is running on a Unix/Linux using SAS9.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your SAS server does not have access to your local filesystem on your PC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the File -&amp;gt; Import Data task to import xls files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261291#M50814</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-04-05T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Importing several files into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261296#M50817</link>
      <description>&lt;P&gt;Your SAS is running in UNIX, so you won't be able to import .xls files with PROC IMPORT, as that only works on Windows (requires MS-supplied Windows-only module).&lt;/P&gt;
&lt;P&gt;Importing .xlsx is possible on any platform starting with SAS version 9.4.&lt;/P&gt;
&lt;P&gt;Either set up a PC Files Server on your Windows machine, or export to a platform-independent file transfer format (.CSV) and store that file in a location that is accessible by your UNIX SAS server; or transfer the file via SFTP to that server.&lt;/P&gt;
&lt;P&gt;(export to .csv from Excel, use WinSCP or similar to log onto your SAS server with your ID/PW used in Enterprise Guide, store to your home directory, and then use '$HOME/filename.csv' as your infile)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you could be a little more specific about your setup, we could provide more help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261296#M50817</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-05T07:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing several files into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261302#M50819</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class="login-bold"&gt;KurtBremser. I got the a very smart answer from you and came to know another way with PC files server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;May i know how to use PC files server for excel files import&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;? Where can i get the detailed information about it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks alot for the above information.&lt;img id="manhappy" class="emoticon emoticon-manhappy" src="https://communities.sas.com/i/smilies/16x16_man-happy.png" alt="Man Happy" title="Man Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261302#M50819</guid>
      <dc:creator>rajiv436</dc:creator>
      <dc:date>2016-04-05T08:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Importing several files into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261304#M50820</link>
      <description>&lt;P&gt;Instructions for installing and using the PC Files Server 9.3 can be found here: &lt;A href="http://support.sas.com/kb/43/802.html" target="_self"&gt;http://support.sas.com/kb/43/802.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 08:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-several-files-into-SAS/m-p/261304#M50820</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-05T08:56:46Z</dc:date>
    </item>
  </channel>
</rss>

