<?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: How to IMPORT/COPY an Excel file that another user has open in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657639#M197104</link>
    <description>&lt;P&gt;You are talking about stuff that system admins have nightmares handling on windows. A user can inadvertently permanently lock an excel file.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 17:56:25 GMT</pubDate>
    <dc:creator>smantha</dc:creator>
    <dc:date>2020-06-11T17:56:25Z</dc:date>
    <item>
      <title>How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657602#M197075</link>
      <description>&lt;P&gt;I have a program that has to read an Excel file from a server for some data. I want to write a program that will run un-attended every day. I can write such a program and it all works properly, except on those days when the program runs and some other user has the Excel file open. PROC IMPORT does not seem to work. Nor does copying the file to my local hard disk (and then I know no one has it open) because my SAS code using FCOPY() won't copy the file when some other user has the Excel file open. So, how can I either IMPORT or COPY an Excel file that another user has open?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657602#M197075</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-06-11T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657611#M197084</link>
      <description>&lt;P&gt;Would it be possible to get a duplicate file made elsewhere by the creation process where you have access, best that no one else has access?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657611#M197084</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-06-11T17:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657612#M197085</link>
      <description>&lt;P&gt;I don't want to re-engineer the process. I want to use the data set on the server.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657612#M197085</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-06-11T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657613#M197086</link>
      <description>&lt;P&gt;If you haven't already tried, does this solution work?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/15439507/import-excel-data-into-sas-whilst-spreadsheet-still-open" target="_blank"&gt;https://stackoverflow.com/questions/15439507/import-excel-data-into-sas-whilst-spreadsheet-still-open&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657613#M197086</guid>
      <dc:creator>biopharma</dc:creator>
      <dc:date>2020-06-11T17:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657624#M197093</link>
      <description>&lt;P&gt;My bad, I should have mentioned that we run on Windows, there is no such option on Windows. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:36:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657624#M197093</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-06-11T17:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657637#M197102</link>
      <description>Can you use x command and do a system copy instead? It may work when an xcopy failed.</description>
      <pubDate>Thu, 11 Jun 2020 17:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657637#M197102</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-11T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to IMPORT/COPY an Excel file that another user has open</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657639#M197104</link>
      <description>&lt;P&gt;You are talking about stuff that system admins have nightmares handling on windows. A user can inadvertently permanently lock an excel file.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-IMPORT-COPY-an-Excel-file-that-another-user-has-open/m-p/657639#M197104</guid>
      <dc:creator>smantha</dc:creator>
      <dc:date>2020-06-11T17:56:25Z</dc:date>
    </item>
  </channel>
</rss>

