<?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 import (or read) open Excel File from within interactive SAS session in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649569#M194764</link>
    <description>&lt;P&gt;What is the best way to import (or read) an Excel file from within an interactive SAS session while the same Excel file has simultaneously been opened by the same user?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I have the impression that this is possible when the Excel file is on a remote server share, but not for files which are located at the local drive.)&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 14:00:27 GMT</pubDate>
    <dc:creator>Sasuser52</dc:creator>
    <dc:date>2020-05-21T14:00:27Z</dc:date>
    <item>
      <title>import (or read) open Excel File from within interactive SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649569#M194764</link>
      <description>&lt;P&gt;What is the best way to import (or read) an Excel file from within an interactive SAS session while the same Excel file has simultaneously been opened by the same user?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I have the impression that this is possible when the Excel file is on a remote server share, but not for files which are located at the local drive.)&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 14:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649569#M194764</guid>
      <dc:creator>Sasuser52</dc:creator>
      <dc:date>2020-05-21T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: import (or read) open Excel File from within interactive SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649589#M194774</link>
      <description>&lt;P&gt;By "interactive session" you mean old-fashioned PC SAS with display manager, running locally?&amp;nbsp; &amp;nbsp;Certainly PC SAS is happy to read Excel files stored locally.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 14:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649589#M194774</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2020-05-21T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: import (or read) open Excel File from within interactive SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649603#M194783</link>
      <description>&lt;P&gt;Proc Import does not handle files that are opened by an application that 'locks' access to a file.&lt;/P&gt;
&lt;P&gt;So I suspect you will not be able to get that approach to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A very old, fragile, no longer supported by Microsoft approach using DDE may work. I'm not going to provide any example as some of the code elements are actually dependent on which Office/ file version is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A real question would be "why must the file be open"?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 15:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649603#M194783</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-21T15:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: import (or read) open Excel File from within interactive SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649808#M194848</link>
      <description>&lt;P&gt;Yes, I mean&amp;nbsp;&lt;SPAN&gt;old-fashioned PC SAS with display manager, running locally.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 09:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649808#M194848</guid>
      <dc:creator>Sasuser52</dc:creator>
      <dc:date>2020-05-22T09:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: import (or read) open Excel File from within interactive SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649809#M194849</link>
      <description>&lt;P&gt;Thank you for your answer.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; I guess there is no nice way to do this. It would be convenient to have it. Now I have a lot of closing the Ecxel file, running a SAS programm, opening the Excel file, changing something, closing the file, running the SAS programm, opening the file ....&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 09:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/import-or-read-open-Excel-File-from-within-interactive-SAS/m-p/649809#M194849</guid>
      <dc:creator>Sasuser52</dc:creator>
      <dc:date>2020-05-22T09:39:45Z</dc:date>
    </item>
  </channel>
</rss>

