<?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: Import Excel File in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228901#M54347</link>
    <description>&lt;P&gt;Please describe "doesn't work". Was there an error? Incomplete data? Unexpected data? No data?.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS Missing is a special property for not assigned data. If you want to see the word "MISSING" displayed for those value you use a Format.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 15:05:59 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-10-07T15:05:59Z</dc:date>
    <item>
      <title>Import Excel File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228898#M54346</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have data on excel. There are two (#1 and #2) students answering few questions (1, 2 and 3). I am trying to read these data into SAS. I have written the following code. But it does not work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;proc import out=Report.student;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;datafile= '/......./ ......./......./Report.xlsx';&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dbms=execl replace;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are &amp;nbsp;blank spaces in the sheet too. How can I write "Missing" in those blank spaces?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228898#M54346</guid>
      <dc:creator>K23</dc:creator>
      <dc:date>2015-10-07T14:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228901#M54347</link>
      <description>&lt;P&gt;Please describe "doesn't work". Was there an error? Incomplete data? Unexpected data? No data?.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SAS Missing is a special property for not assigned data. If you want to see the word "MISSING" displayed for those value you use a Format.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228901#M54347</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-07T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228906#M54349</link>
      <description>&lt;P&gt;There are three errors. It says -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Invalid logical name&lt;/P&gt;
&lt;P&gt;Error in Filename statement&lt;/P&gt;
&lt;P&gt;Staement is not valid.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228906#M54349</guid>
      <dc:creator>K23</dc:creator>
      <dc:date>2015-10-07T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import Excel File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228942#M54354</link>
      <description>&lt;P&gt;It is a very good idea to always use a full path for filenames. That would cause that. A full posting of the error message my provide additonal information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Issues come up with environment such as SAS University Edition or server set up what that may consist of. Servers often are not set up by default to see your local hard drive and an admin needs to help you set upt the syntax and network settings. University Edition only sees locations subordinate to the virtual machine install locaction. All data must be in a path subordinate to that location.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Import-Excel-File/m-p/228942#M54354</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-10-07T17:30:01Z</dc:date>
    </item>
  </channel>
</rss>

