<?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 excel data from a single work sheet? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658004#M22623</link>
    <description>&lt;P&gt;PS welcome to the Communities!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 10:04:00 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-06-12T10:04:00Z</dc:date>
    <item>
      <title>Importing excel data from a single work sheet?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658000#M22620</link>
      <description>&lt;P&gt;Hi, I am stuck on level 1 practise and can not figure out how to solve it. &amp;nbsp;This is the code that should be correct, but I still get the following errors. ( ERROR: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/home/userid/EPG194/data//eu_sport_trade. ) and (ERROR: File WORK.EU_SPORT_TRADE.DATA does not exist. )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc import datafile="home/userid/EPG194/data/eu_sport_trade.xlsx"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;dbms=xlsx&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;out=eu_sport_trade&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;replace;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc contents data=eu_sport_trade;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 09:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658000#M22620</guid>
      <dc:creator>EdgarIsmael</dc:creator>
      <dc:date>2020-06-12T09:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Importing excel data from a single work sheet?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658003#M22622</link>
      <description>&lt;P&gt;You are working on a UNIX environment; supply&amp;nbsp;&lt;EM&gt;absolute&lt;/EM&gt; path names, otherwise the system will consider your filename a&amp;nbsp;&lt;EM&gt;relative&lt;/EM&gt; path that starts in the Current Working Directory. An&amp;nbsp;&lt;EM&gt;absolute&lt;/EM&gt; path starts in the system root, so the first character should be a forward slash:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="/home/userid/EPG194/data/eu_sport_trade.xlsx"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Jun 2020 10:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658003#M22622</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-12T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Importing excel data from a single work sheet?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658004#M22623</link>
      <description>&lt;P&gt;PS welcome to the Communities!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 10:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Importing-excel-data-from-a-single-work-sheet/m-p/658004#M22623</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-06-12T10:04:00Z</dc:date>
    </item>
  </channel>
</rss>

