<?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: SAS File Import from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391733#M94159</link>
    <description>&lt;P&gt;Your issue is the path. You're trying to access your local data but it appears SAS is running on a server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can likely use the GUI tools to import or you need to move your file to the server. Or you need to explain your set up in more detail and we can offer alternatives.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2017 05:21:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-08-30T05:21:21Z</dc:date>
    <item>
      <title>SAS File Import from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391709#M94147</link>
      <description>&lt;P&gt;I am trying to import a file into SAS. &amp;nbsp;This is an excel file and I believe my problem is in my filename path, but I do not know how to correct this. &amp;nbsp;Can anyone help me? &amp;nbsp;I am going to copy and paste my code and error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.B6&lt;BR /&gt;DATAFILE= "C:\Users\yakit\OneDrive\Documents\STAT 672 DATA SETS\Data Set B6.xlsx"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;DBMS=xlsx REPLACE;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;DATAROW=2;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my error message:&lt;/P&gt;&lt;DIV&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV&gt;61&lt;/DIV&gt;&lt;DIV&gt;62 PROC IMPORT OUT= WORK.yourfile&lt;/DIV&gt;&lt;DIV&gt;63 DATAFILE= "C:\Users\yakit\OneDrive\Documents\STAT 672 DATA SETS\Data Set B6.xlsx"&lt;/DIV&gt;&lt;DIV&gt;64 DBMS=xlsx REPLACE;&lt;/DIV&gt;&lt;DIV&gt;65 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV&gt;66 DATAROW=2;&lt;/DIV&gt;&lt;DIV&gt;67 RUN;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\yakit\OneDrive\Documents\STAT 672 DATA&lt;/DIV&gt;&lt;DIV&gt;SETS\/Data Set B6.xlsx.&lt;/DIV&gt;&lt;DIV&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;68&lt;/DIV&gt;&lt;DIV&gt;69 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV&gt;82&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Aug 2017 02:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391709#M94147</guid>
      <dc:creator>Johnsewell22</dc:creator>
      <dc:date>2017-08-30T02:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS File Import from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391717#M94152</link>
      <description>Hi,&lt;BR /&gt;Have you tried importing the file by using the File, import data menu in SAS?</description>
      <pubDate>Wed, 30 Aug 2017 03:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391717#M94152</guid>
      <dc:creator>marcel</dc:creator>
      <dc:date>2017-08-30T03:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS File Import from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391723#M94156</link>
      <description>&lt;P&gt;better yet, save your table as a "csv" (comma delimited) file in excel and import it to sas. It works fine.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 04:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391723#M94156</guid>
      <dc:creator>marcel</dc:creator>
      <dc:date>2017-08-30T04:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS File Import from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391733#M94159</link>
      <description>&lt;P&gt;Your issue is the path. You're trying to access your local data but it appears SAS is running on a server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can likely use the GUI tools to import or you need to move your file to the server. Or you need to explain your set up in more detail and we can offer alternatives.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 05:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-File-Import-from-SAS/m-p/391733#M94159</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-30T05:21:21Z</dc:date>
    </item>
  </channel>
</rss>

