<?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: Can't import Excel file into SAS 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191981#M88967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of curiosity: are you running SAS on a server and are you referring to the same D drive as the one (if any) that the server recognizes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 18:56:04 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2015-01-21T18:56:04Z</dc:date>
    <item>
      <title>Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191980#M88966</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 created an excel (.xlsx) file with Office 360. I tried to import this file with the wizard, but the file doesn't show in the saved folder after clicking the browse, even I selected "all files" as the file type. &lt;/P&gt;&lt;P&gt;I also tried to used the code&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;import&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10pt; line-height: 1.5em; font-family: 'Courier New'; color: blue; background: white;"&gt;out&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10pt; line-height: 1.5em; font-family: 'Courier New'; color: black; background: white;"&gt;=auto_excel &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;datafile&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; = &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;"D:\Users\xxxxxx\Desktop\school\intro_auto.xlsx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=excel replace; &lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;getnames&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=yes; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;proc&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;print&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=auto_excel; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: navy; background: white;"&gt;run&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;It shows "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It does not&amp;nbsp; exist or it is already opened&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exclusively by another user, or you need permission to view its data."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I unblocked this file in the properties of the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do? Help please.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-CA" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 17:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191980#M88966</guid>
      <dc:creator>Dozel</dc:creator>
      <dc:date>2015-01-21T17:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191981#M88967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out of curiosity: are you running SAS on a server and are you referring to the same D drive as the one (if any) that the server recognizes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 18:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191981#M88967</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2015-01-21T18:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191982#M88968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running SAS on CitrixReceiver through school's account. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191982#M88968</guid>
      <dc:creator>Dozel</dc:creator>
      <dc:date>2015-01-21T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191983#M88969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When prompted whether you want to provide access to local drives did you click "yes"?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one faq that might help: &lt;/P&gt;&lt;P&gt;&lt;A href="http://computing.yorku.ca/students/computer-labs/connecting-from-home-webfas/" title="http://computing.yorku.ca/students/computer-labs/connecting-from-home-webfas/"&gt;Connecting from Home &amp;amp;#8211; WebFAS | Computing @ York&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191983#M88969</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2015-01-21T19:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191984#M88970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SAS 9.4 on a 64-bit server, try&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-CA" style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;dbms&lt;/SPAN&gt;&lt;SPAN lang="EN-CA" style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=excelcs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191984#M88970</guid>
      <dc:creator>BurntDirt</dc:creator>
      <dc:date>2015-01-21T19:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191985#M88971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I know what the problem is now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't pay attention last time. When I click browse, it shows the directory of my school id account. i.e. It's the student's account under school's server (windows server 12). Thus, I wasn't browsing local directory. And I couldn't figure out a way to do that yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arthur, I think your input is very relevant. However, I didn't see that prompt. I re-installed &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; CitrixReceiver just in case I missed that part, still no. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191985#M88971</guid>
      <dc:creator>Dozel</dc:creator>
      <dc:date>2015-01-21T20:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't import Excel file into SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191986#M88972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are remoting into a server with Citrix then running SAS directly on that server then your spreadsheet would have to sit on a drive accessible by that server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 20:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-t-import-Excel-file-into-SAS-9-4/m-p/191986#M88972</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-01-21T20:53:20Z</dc:date>
    </item>
  </channel>
</rss>

