<?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: libname excel error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669678#M36429</link>
    <description>Seems like there is no data within the excel file, could you please confirm this, it says no members, so no tabs within excel</description>
    <pubDate>Wed, 15 Jul 2020 19:41:32 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2020-07-15T19:41:32Z</dc:date>
    <item>
      <title>libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669566#M36415</link>
      <description>&lt;P&gt;Hi I'm using SAS EG 7.1 (64 bit) and trying to create a libname to access an excel spreadsheet (2016 xlsx) on my local drive.&amp;nbsp; I believe SAS is also on my machine, not on a server.&amp;nbsp; Below is the code that I'm using.&amp;nbsp; I noticed that the libname does create the library called "CAMPLIS" in the server window but it does not contain the worksheet called DATALIST.&amp;nbsp; &amp;nbsp;I get an error when trying to run a proc contents step on the DATALIST worksheet within the excel preadsheet.&amp;nbsp; &amp;nbsp; Please see attached screenshots.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;options validvarname=v7;&lt;/P&gt;&lt;P&gt;libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;/P&gt;&lt;P&gt;proc contents data=CAMPLIS.DATALIST;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;libname CAMPLIS CLEAR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the error:&lt;/P&gt;&lt;P&gt;1 The SAS System 09:47 Wednesday, July 15, 2020&lt;/P&gt;&lt;P&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;40&lt;BR /&gt;41 options validvarname=v7;&lt;BR /&gt;42&lt;BR /&gt;43 libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;BR /&gt;NOTE: Libref CAMPLIS was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: \\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx&lt;BR /&gt;44&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;45 proc contents data=CAMPLIS.DATALIST;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: File CAMPLIS.DATALIST.DATA does not exist.&lt;/FONT&gt;&lt;BR /&gt;46 run;&lt;/P&gt;&lt;P&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;47&lt;BR /&gt;48 libname CAMPLIS CLEAR;&lt;BR /&gt;NOTE: Libref CAMPLIS has been deassigned.&lt;BR /&gt;49&lt;BR /&gt;50 %_eg_hidenotesandsource;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;65&lt;BR /&gt;66&lt;BR /&gt;67 %_eg_hidenotesandsource;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nonotes;&lt;BR /&gt;MPRINT(_EG_HIDENOTESANDSOURCE): options nosource;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options NOTES;&lt;BR /&gt;MPRINT(_EG_RESTORENOTESANDSOURCE): options SOURCE;&lt;BR /&gt;70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669566#M36415</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669587#M36416</link>
      <description>&lt;P&gt;Before you clear the library did you open and see what the various data set names actually are?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want Options validmemname=compatible when using that library.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669587#M36416</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-15T16:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669589#M36417</link>
      <description>I've found that PROC CONTENTS doesn't always work but if I try to access a sheet and know the name it works fine. &lt;BR /&gt;&lt;BR /&gt;Have you tried accessing a table you know exists in the excel workbook?</description>
      <pubDate>Wed, 15 Jul 2020 17:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669589#M36417</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-15T17:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669590#M36418</link>
      <description>&lt;P&gt;please replace the proc contents with proc datasets and share the screen shot of the contents&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets lib=camplis; quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jul 2020 17:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669590#M36418</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-07-15T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669675#M36428</link>
      <description>&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I ran.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options validvarname=v7;&lt;BR /&gt;*options validmemname=compatible;&lt;/P&gt;&lt;P&gt;libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc datasets lib=camplis; quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the log result&lt;/P&gt;&lt;P&gt;43 options validvarname=v7;&lt;BR /&gt;44 *options validmemname=compatible;&lt;BR /&gt;45&lt;BR /&gt;46 libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;BR /&gt;NOTE: Libref CAMPLIS was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: \\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx&lt;BR /&gt;47&lt;BR /&gt;48&lt;BR /&gt;49 proc datasets lib=camplis;&lt;BR /&gt;WARNING: No matching members in directory.&lt;BR /&gt;49 ! quit;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here is the SAS report result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;LibrefCAMPLISDirectory &lt;TABLE cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;TD&gt;XLSX&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Physical Name&lt;/TD&gt;&lt;TD&gt;\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Por&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 19:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669675#M36428</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T19:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669678#M36429</link>
      <description>Seems like there is no data within the excel file, could you please confirm this, it says no members, so no tabs within excel</description>
      <pubDate>Wed, 15 Jul 2020 19:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669678#M36429</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-07-15T19:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669684#M36431</link>
      <description>&lt;P&gt;Yes, it has data. &amp;nbsp;Here is a screenshot of the excel file. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 19:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669684#M36431</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T19:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669685#M36432</link>
      <description>&lt;P&gt;Tried that and it didn't work. &amp;nbsp;The library doesn't open. &amp;nbsp;It just has the library "CAMPLIS". When I click on the drill down, nothing shows below it. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 19:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669685#M36432</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T19:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669687#M36433</link>
      <description>&lt;P&gt;Yes, I tried a proc print data=CAMPLIS.DATALIST;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it gave me an error saying, "File CAMLIS.DATALIST.DATA does not exist. &amp;nbsp;It adds ".DATA" at the end. &amp;nbsp;Not sure if that has anything to do with it. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 19:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669687#M36433</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T19:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669690#M36434</link>
      <description>What happens if you run the following?&lt;BR /&gt;&lt;BR /&gt;data want;&lt;BR /&gt;set camlis.datalist;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 15 Jul 2020 20:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669690#M36434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-15T20:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669693#M36435</link>
      <description>&lt;P&gt;That screenshot doesn't show the worksheet name. Is it actually DATALIST or something else? Please ensure worksheet names are valid SAS names and don't include spaces or special characters and are no more than 32 characters long.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669693#M36435</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-15T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669699#M36436</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I tried that and here is my results:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;41 data want;&lt;BR /&gt;42 set camlis.datalist;&lt;BR /&gt;ERROR: Libref CAMLIS is not assigned.&lt;BR /&gt;43 run;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669699#M36436</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T20:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669702#M36437</link>
      <description>&lt;P&gt;Typo - your library is camplist not camlis, can you fix that and try it again please.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669702#M36437</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-15T20:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669703#M36438</link>
      <description>&lt;P&gt;Make sure that your SAS session can actually see the same file as you are looking. You might also want to make sure that you don't have the file open somewhere else that is preventing SAS from getting access.&amp;nbsp; Note that the LIBNAME will work if the file does not exists since at the point SAS does not know that you want to read from the file and not create a new file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are sure the file is actually there then try this method to see what sheets are in it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-import-second-sheet-from-Excel-workbook-in-to-SAS-without/m-p/669273/highlight/true#M200749" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-import-second-sheet-from-Excel-workbook-in-to-SAS-without/m-p/669273/highlight/true#M200749&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669703#M36438</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-15T20:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669714#M36439</link>
      <description>&lt;P&gt;Yes, the tab is called "DATALIST". I attached another screenshot where you can see the tab name. &amp;nbsp;Also, all the column headings are less than 32 characters with no spaces. &amp;nbsp;It contains underscores and letters only.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669714#M36439</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-15T20:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669721#M36440</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";

data want;
set CAMPLIS.datalist;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/337900"&gt;@frankg80&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for your reply.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the code I ran.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options validvarname=v7;&lt;BR /&gt;*options validmemname=compatible;&lt;/P&gt;
&lt;P&gt;libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc datasets lib=camplis; quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the log result&lt;/P&gt;
&lt;P&gt;43 options validvarname=v7;&lt;BR /&gt;44 *options validmemname=compatible;&lt;BR /&gt;45&lt;BR /&gt;46 libname CAMPLIS xlsx "\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx";&lt;BR /&gt;NOTE: Libref CAMPLIS was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: \\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx&lt;BR /&gt;47&lt;BR /&gt;48&lt;BR /&gt;49 proc datasets lib=camplis;&lt;BR /&gt;WARNING: No matching members in directory.&lt;BR /&gt;49 ! quit;&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Here is the SAS report result.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;LibrefCAMPLISDirectory
&lt;TABLE cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Engine&lt;/TD&gt;
&lt;TD&gt;XLSX&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Physical Name&lt;/TD&gt;
&lt;TD&gt;\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Por&lt;/TD&gt;
&lt;TD&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&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;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 21:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669721#M36440</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-15T21:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669837#M36443</link>
      <description>&lt;P&gt;The fact that LIBNAME XLSX succeeds does not mean that the file actually exists, since LIBNAME XLSX can be used to create a new file. The Excel file will then only be written once data is written to this library.&lt;/P&gt;
&lt;P&gt;To check if your account on the server has access to the shared resource (and that the file is actually there), run this first:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
if fileexist('\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx')
then put "Found";
else put "Not found";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 08:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669837#M36443</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-16T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669918#M36449</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp; I ran the code and received this message below.&amp;nbsp; Why wouldnt the file be found?&amp;nbsp; How do I correct this so that SAS finds the file?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;41 data _null_;&lt;BR /&gt;42 if fileexist('\\cala801nvs1.wellsfargo.com\C_RBGBBG_Users\galeanfr\My Documents\SAS\Campaigns.xlsx')&lt;BR /&gt;43 then put "Found";&lt;BR /&gt;44 else put "Not found";&lt;BR /&gt;45 run;&lt;/P&gt;&lt;P&gt;Not found&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 16:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/669918#M36449</guid>
      <dc:creator>frankg80</dc:creator>
      <dc:date>2020-07-16T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/670410#M36462</link>
      <description>&lt;P&gt;Where do your EG SAS sessions run? On a remote SAS server or locally on your PC (if you are using an EG connection profile then you have a remote SAS server)? If they are running on a remote SAS server then it is quite possible that it doesn't have the correct permissions to read your Excel file location. You would need to progress this with your SAS administrator.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 00:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/670410#M36462</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-19T00:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: libname excel error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/670430#M36463</link>
      <description>&lt;P&gt;Have you ever been able to access this file from &lt;EM&gt;any&lt;/EM&gt; platform (e. g. opening it with Excel from your desktop)?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 06:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/libname-excel-error/m-p/670430#M36463</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-19T06:44:18Z</dc:date>
    </item>
  </channel>
</rss>

