<?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: PROC IMPORT....multiple sheets in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327306#M21489</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the quick replay Kurt,the sas is working on &lt;/SPAN&gt;&lt;SPAN&gt;workspace server and i'm importing file from local desktop.i have checked agin its showing the same error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"ERROR: Unable to open file C:\Users\sivakumar.sivaraj\Desktop\Data_Import.xlsx. It does not exist or it is already opened&lt;BR /&gt;exclusively by another user, or you need permission to view its data."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is it stating any access level restriction..kindly hhelp me resolve this..&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 09:43:21 GMT</pubDate>
    <dc:creator>sivastat08</dc:creator>
    <dc:date>2017-01-25T09:43:21Z</dc:date>
    <item>
      <title>PROC IMPORT....multiple sheets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327279#M21487</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi ,i'm trying to import multiple sheets in sas eg below is the code i used,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro pim(sheet);&lt;BR /&gt;proc import out= AR&lt;BR /&gt;datafile = 'C:\Users\sivakumar.sivaraj\Desktop\Data_Import.xlsx'&lt;BR /&gt;dbms = Excel;&lt;BR /&gt;sheet = "&amp;amp;sheet";&lt;BR /&gt;getnames = yes;&lt;BR /&gt;run;&lt;BR /&gt;%mend pim;&lt;BR /&gt;%pim(DumpKey);&lt;BR /&gt;%pim(UniqueProcedureID);&lt;BR /&gt;%pim(ReportDateIST);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after running this code its showing below error. can any one please help me to fix this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: Unable to open file C:\Users\sivakumar.sivaraj\Desktop\Data_Import.xlsx. It does not exist or it is already opened&lt;BR /&gt;exclusively by another user, or you need permission to view its data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 08:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327279#M21487</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-01-25T08:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT....multiple sheets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327295#M21488</link>
      <description>&lt;P&gt;In EG, do you use "Local" as your server, or another workspace server definition?&lt;/P&gt;
&lt;P&gt;If other than Local, your workspace server may run on a remote computer and therefore can't "see" your C: drive.&lt;/P&gt;
&lt;P&gt;If Local, it may be that the file is kept open by the last program that used it (probably Excel itself). Make sure that all Excel instances are closed and try again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 09:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327295#M21488</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-25T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT....multiple sheets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327306#M21489</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the quick replay Kurt,the sas is working on &lt;/SPAN&gt;&lt;SPAN&gt;workspace server and i'm importing file from local desktop.i have checked agin its showing the same error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"ERROR: Unable to open file C:\Users\sivakumar.sivaraj\Desktop\Data_Import.xlsx. It does not exist or it is already opened&lt;BR /&gt;exclusively by another user, or you need permission to view its data."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is it stating any access level restriction..kindly hhelp me resolve this..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 09:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327306#M21489</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-01-25T09:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT....multiple sheets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327309#M21490</link>
      <description>&lt;P&gt;Right-click on the server in your server list, select Properties.&lt;/P&gt;
&lt;P&gt;You will see the hostname of the physical machine where your workspace server is running.&lt;/P&gt;
&lt;P&gt;If it is not the name of your desktop, you have a remote installation. In this case,&lt;/P&gt;
&lt;P&gt;- copy the file(s) to that server, preferably your home directory there. Use WinSCP or similar.&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;- if your desktop and the server have access to a common network resource (or the server shares a resource you could use from your desktop), copy the file(s) there and use them from there. Ask the network/server admin for path names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 09:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327309#M21490</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-25T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT....multiple sheets</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327310#M21491</link>
      <description>&lt;P&gt;thanks for detailed replay Kurt.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-IMPORT-multiple-sheets/m-p/327310#M21491</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2017-01-25T10:04:44Z</dc:date>
    </item>
  </channel>
</rss>

