<?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 Import masive excel files to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331045#M74359</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Is there any method or process to import several excel files to sas using SAS Enterpise Guide?, I used the import data option but it does one by one and I need to import 60 files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the past it was easy because I used SAS PC and had direct local connection to the PC.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 01:16:21 GMT</pubDate>
    <dc:creator>Angel_Saenz</dc:creator>
    <dc:date>2017-02-09T01:16:21Z</dc:date>
    <item>
      <title>Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331045#M74359</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is there any method or process to import several excel files to sas using SAS Enterpise Guide?, I used the import data option but it does one by one and I need to import 60 files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the past it was easy because I used SAS PC and had direct local connection to the PC.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 01:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331045#M74359</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2017-02-09T01:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331084#M74366</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EGuide is just a visual interface for SAS/BASE and it allows you to use your own SAS code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you managed to do this before with SAS/BASE there shouldn't be a problem to do the same with SAS EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel Santos&amp;nbsp;@ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 08:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331084#M74366</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2017-02-09T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331088#M74369</link>
      <description>&lt;P&gt;Im guessing you're running on a server without a direct connection to your PC?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, can you upload the Excel files to the server and import them from there?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 08:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/331088#M74369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-09T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332251#M74767</link>
      <description>&lt;P&gt;Hi Reeza, and thanks for help me again, answering your questions:&lt;/P&gt;&lt;P&gt;Im guessing you're running on a server without a direct connection to your PC?&amp;nbsp;YES&lt;/P&gt;&lt;P&gt;When I had saspc/sasbase I use this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= SIMWO200910&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATAFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:\files\SIMWO200910.xls"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=EXCEL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;So was easy import al year change &lt;FONT face="Courier New"&gt;200910 by 200911 200912...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New"&gt;But now I only have SAS EG so I cant do a PC conection directly&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, can you upload the Excel files to the server and import them from there?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today a system person help me with an add-in to import a masive excel but they has excel format and when i try to use same code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;IMPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= SIMWO200910&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATAFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/lib/SIMWO200910.xls"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=EXCEL &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this error message send me&lt;/P&gt;&lt;P&gt;ERROR: DBMS type EXCEL not valid for import.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332251#M74767</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2017-02-13T16:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332278#M74773</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/107284" target="_self"&gt;&lt;SPAN class=""&gt;Angel_Saenz&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;ask your SAS administrator how to use the SAS/PC Files Server.&lt;/P&gt;
&lt;P&gt;With that you would use DMBS= EXCELCS for PROC IMPORT&lt;/P&gt;
&lt;P&gt;(where I believe the CS is meant to represent "client server"&lt;/P&gt;
&lt;P&gt;best of luck&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 17:48:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332278#M74773</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-13T17:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332285#M74774</link>
      <description>&lt;P&gt;You need to upload the file to use code otherwise you're stuck using the import GUI tool &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:40:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332285#M74774</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-13T18:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332288#M74776</link>
      <description>&lt;P&gt;Don't use EXCEL engine/dbms as that requires access to Microsoft code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use XLS or XLSX depending on the format of the Excel file. &amp;nbsp;The options available for PROC IMPORT are slightly different, but should be fine for nicely formated Excel files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT OUT= SIMWO200910
  DATAFILE= "/lib/SIMWO200910.xls"
  DBMS=XLS REPLACE
;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or just use a LIBNAME .&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME IN XLS  "/lib/SIMWO200910.xls";
proc copy inlib=in outlib=work;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332288#M74776</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-02-13T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Import masive excel files to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332296#M74778</link>
      <description>thank you Tom I think DBMS=EXCEL option include xls, but I ned use DBMS=XLS as you told me</description>
      <pubDate>Mon, 13 Feb 2017 19:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-masive-excel-files-to-SAS/m-p/332296#M74778</guid>
      <dc:creator>Angel_Saenz</dc:creator>
      <dc:date>2017-02-13T19:04:22Z</dc:date>
    </item>
  </channel>
</rss>

