<?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 Error while importing data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233807#M54844</link>
    <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this should be an easy fix however i cant figure out a solution. Have tried searching on the forum as well and tried what was suggested however still cant get the desired resolution.&lt;/P&gt;
&lt;P&gt;I am trying to add data stored in excel file in my systems D drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the code along:&lt;/P&gt;
&lt;P&gt;PROC IMPORT DATAFILE="/D:\Shivi\To &amp;amp; Fro Analysis\BookingCombined.xlsx"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT=WORK.data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLSX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Evertime this error throws an error:&lt;/P&gt;
&lt;P&gt;"ERROR: Physical file does not exist". Request you to please suggest what is the miss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
    <pubDate>Mon, 09 Nov 2015 09:28:33 GMT</pubDate>
    <dc:creator>Shivi82</dc:creator>
    <dc:date>2015-11-09T09:28:33Z</dc:date>
    <item>
      <title>Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233807#M54844</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this should be an easy fix however i cant figure out a solution. Have tried searching on the forum as well and tried what was suggested however still cant get the desired resolution.&lt;/P&gt;
&lt;P&gt;I am trying to add data stored in excel file in my systems D drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the code along:&lt;/P&gt;
&lt;P&gt;PROC IMPORT DATAFILE="/D:\Shivi\To &amp;amp; Fro Analysis\BookingCombined.xlsx"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT=WORK.data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLSX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Evertime this error throws an error:&lt;/P&gt;
&lt;P&gt;"ERROR: Physical file does not exist". Request you to please suggest what is the miss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 09:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233807#M54844</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2015-11-09T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233808#M54845</link>
      <description>&lt;P&gt;This path:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"/D:\Shivi\To &amp;amp; Fro Analysis\BookingCombined.xlsx"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is invalid, may just be that there is an extra / at the beginning, try:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"D:\Shivi\To &amp;amp; Fro Analysis\BookingCombined.xlsx"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But make sure that&amp;nbsp;D:\Shivi\To &amp;amp; Fro Analysis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is a valid path, and is accessible to SAS, and that in that folder there is a file called:&amp;nbsp;BookingCombined.xlsx&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If your using University Edition, look on the specific UE forum, as there are many posts about it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, try to avoid typing all in upper case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 09:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233808#M54845</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-09T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233816#M54846</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked starting instructions with SAS university edition and they have categorically mentioned to use "/" at the begining hence i used the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Shivi&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 10:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233816#M54846</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2015-11-09T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233818#M54847</link>
      <description>&lt;P&gt;Ah, you see its useful to post the question in teh right forum them. &amp;nbsp;As you are using University Edition - which is different to the version most of us use, you will need to supply a correct URL to the path, so the D:\ part would be invalid. &amp;nbsp;You can find a lot of these posts by using the search box on the main page. &amp;nbsp;Here for example is a post which explains how to import a file into UE:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-Import-an-Excel-File-to-SAS-University-Edition/ta-p/223724" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-Import-an-Excel-File-to-SAS-University-Edition/ta-p/223724&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will note that UE needs something like:&lt;/P&gt;
&lt;P&gt;"/folders/myfolders/xyz.xlsx"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and that your file be placed in the area accessible to UE - which doesn't use local network mappings like D:.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 11:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233818#M54847</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-09T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233858#M54851</link>
      <description>1. Set up shared drive call myfolders. It needs to be called exactly that in lower case and set up on the VM. Read the installation instructions. &lt;BR /&gt;2. Move file to shared drive location&lt;BR /&gt;3. Access using unix path, because SAS is running on a unix VM, so /folders/myfolders/my-file.xlsx</description>
      <pubDate>Mon, 09 Nov 2015 16:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233858#M54851</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-09T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233971#M54867</link>
      <description>&lt;P&gt;Dear Reeza,&lt;/P&gt;
&lt;P&gt;thanks for helping on this one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While i was watching the step by step instructional video for university edition it also promoted me to follow the same process which you have outlined below.&lt;/P&gt;
&lt;P&gt;Apologies if this sounds crazy but i have not worked on unix environment ever so what i understand is that do i need to get in touch with my IT team to have a virtual machine or VM ware installed on my machine &amp;amp; thereafter i can create the required folder structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly advice.&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 05:19:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233971#M54867</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2015-11-10T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233979#M54869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;University Edition is already installed on a VM. &amp;nbsp;You ned to access the VM and put your file on a folder on that Virtual Machine. &amp;nbsp;Please see the link I posted and the help documentation provided by SAS:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/data_access_import.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/data_access_import.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm" target="_blank"&gt;http://support.sas.com/software/products/university-edition/faq/shared_folder_access_existing.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 08:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233979#M54869</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-10T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while importing data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233980#M54870</link>
      <description>&lt;P&gt;Hi RW9 &amp;amp; Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My sincere apologies and seems like i have done one of the dumbest things in my life. While what i was thinking was a SAS Studio it was SAS OnDemand application hence i was not able to upload data as you were describing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This triggered me when i was not able to locate the SAS Studio folder on my desktop. All this confusion was because i had always been using SAS 9.2 and 9.3 versions or SAS EGuide or Miner and this seems like all together a different fascia.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once again apologies and thanks for extending support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Shivi&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 09:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-while-importing-data/m-p/233980#M54870</guid>
      <dc:creator>Shivi82</dc:creator>
      <dc:date>2015-11-10T09:59:01Z</dc:date>
    </item>
  </channel>
</rss>

