<?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: Extra / appearing in the filename path when filename path is bulit with macro variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192503#M36259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no extra "/" if I use&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%put %sysfunc(pathname(foo));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried &lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;options symbolgen;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let Datafile=%str(pippo3.xlsx);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;%let separator = %str(/);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PROC IMPORT&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;DATAFILE="&amp;amp;aa"&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;OUT=Desti replace dbms=xlsx;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;*SHEET=Destination; /* (Note use “Sheet 1$”n if spaces in the name) */&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RANGE="Destination$A5:Z25000";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;GETNAMES=Yes ;/* (Note use No and SAS will assign Var0, Var1 etc) */&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RUN;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;and I get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 17:33:12 GMT</pubDate>
    <dc:creator>massi</dc:creator>
    <dc:date>2014-04-25T17:33:12Z</dc:date>
    <item>
      <title>Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192501#M36257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to import an excel file which resides in a Linux sever.&lt;/P&gt;&lt;P&gt;I am using the following code (running SAS 9.4) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;options symbolgen;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let Datafile=%str(pippo3.xlsx);&lt;/P&gt;&lt;P&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%let separator = %str(/);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));&lt;/P&gt;&lt;P&gt;filename foo "&amp;amp;aa";&lt;/P&gt;&lt;P&gt;PROC IMPORT &lt;/P&gt;&lt;P&gt;DATAFILE=foo&lt;/P&gt;&lt;P&gt;OUT=Desti replace dbms=xlsx;&lt;/P&gt;&lt;P&gt;*SHEET=Destination; /* (Note use “Sheet 1$”n if spaces in the name) */&lt;/P&gt;&lt;P&gt;RANGE="Destination$A5:Z25000";&lt;/P&gt;&lt;P&gt;GETNAMES=Yes ;/* (Note use No and SAS will assign Var0, Var1 etc) */&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: XLSX file does not exist -&amp;gt; /sasdata/Projects/share/AGSourcingExcelTool/Superuser&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;//&lt;/STRONG&gt;&lt;/SPAN&gt;pippo3.xlsx&lt;/P&gt;&lt;P&gt;As you can see (highlighted in larger red&amp;nbsp; characters) I have an extra "/" coming out in the path which produces the error.&lt;/P&gt;&lt;P&gt;Why is the extra "/" occurring? (Note if I do %put &amp;amp;aa; I do not see any extra "/").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192501#M36257</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192502#M36258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; %put %sysfunc(pathname(foo)) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see the extra slash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then sounds like maybe an odd proc import bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe a work around would be to specify the quoted path/filename on the PROC IMPORT step rather than a file ref.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192502#M36258</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-04-25T17:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192503#M36259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no extra "/" if I use&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%put %sysfunc(pathname(foo));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried &lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;options symbolgen;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let Datafile=%str(pippo3.xlsx);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;%let separator = %str(/);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PROC IMPORT&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;DATAFILE="&amp;amp;aa"&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;OUT=Desti replace dbms=xlsx;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;*SHEET=Destination; /* (Note use “Sheet 1$”n if spaces in the name) */&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RANGE="Destination$A5:Z25000";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;GETNAMES=Yes ;/* (Note use No and SAS will assign Var0, Var1 etc) */&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RUN;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;and I get the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192503#M36259</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192504#M36260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that extra delimiters in UNIX path are ignored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;16&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename FT60F001 &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"//home//zzzzzz///shoes.xlsx"&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;17&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc import datafile=FT60F001 out=xl replace dbms=xlsx;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;18&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&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;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;NOTE: &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;The&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; import data set has &lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;395&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; observations and &lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;7&lt;/STRONG&gt; &lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;variables.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;NOTE: WORK.XL data set was successfully &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;created.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 17:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192504#M36260</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-04-25T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192505#M36261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be as simple as removing %STR from &amp;amp;SEPARATOR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let separator = /;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no apparent reason that it would need to be quoted.&amp;nbsp; (If you are using it in a %IF comparison that you haven't shown, I'll have to revisit that thought.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of %NRSTR is redundant.&amp;nbsp; Once %SUPERQ has done its thing, %NRSTR has nothing left it can quote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you have very unusual file names (either containing double quotes, or containing unbalanced single quotes or parentheses), the code can be simplified.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let aa = &amp;amp;raw/&amp;amp;filename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do have double quotes in the file names, you might need to then use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename foo "%superq(aa)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it's difficult to be certain (and you do have some high-powered posters looking at this question), I would bet on my first suggestion about defining &amp;amp;SEPARATOR without the %STR function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 18:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192505#M36261</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2014-04-25T18:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192506#M36262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you absolutely sure that the path works (eg copy it into a cd statement in telnet and the see if ls shows the file)? With that many capital letters there may be an error hiding.&lt;/P&gt;&lt;P&gt;Double slashes are usually compressed to single slashes by UNIX.&lt;/P&gt;&lt;P&gt;I rarely do more than filename xx "&amp;amp;path./&amp;amp;file"; and have no problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 18:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192506#M36262</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-25T18:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192507#M36263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;%let aa = &amp;amp;raw/&amp;amp;filename; is how I coded initially and it did not work (same error).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Then in despair (and after a couple of frustrating hours) i did go for "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));&lt;/SPAN&gt;" with no avail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;The funny thing is the whatever method I use to concatenate the string I check that %put &amp;amp;aa; gives the correct path and yet &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;it always fail with the double //.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;If I try to hard code the path it works with no error. The path is correct (I checked and re checked and rechecked). However I really do not want a hard coded path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Also with the hard coded path if I insert multiple /// they are ignored as suggested by "data_null_" and I do not get any error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192507#M36263</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T19:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192508#M36264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it's a puzzler, collect a little more information.&amp;nbsp; Try inserting this line just above PROC IMPORT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%put _user_;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's see what the macro variables look like at that point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192508#M36264</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2014-04-25T19:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192509#M36265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options symbolgen;&lt;/P&gt;&lt;P&gt;%let filename=%str(pippo3.xlsx);&lt;/P&gt;&lt;P&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P&gt;%let aa = &amp;amp;raw/&amp;amp;filename;&lt;/P&gt;&lt;P&gt;%put _user_;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have in the log &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GLOBAL AA /sasdata/Projects/share/AGSourcingExcelTool/Superuser/ pippo3.xlsx &lt;/P&gt;&lt;P&gt;GLOBAL FILENAME&amp;nbsp; pippo3.xlsx &lt;/P&gt;&lt;P&gt;GLOBAL RAW /sasdata/Projects/share/AGSourcingExcelTool/Superuser&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192509#M36265</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192510#M36266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like there's an extra character in &amp;amp;AA, in between &amp;amp;RAW and &amp;amp;FILENAME.&amp;nbsp; Most likely, that's a "quoting begins here" indicator.&amp;nbsp; Try removing %STR and see if the entire program now works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let filename = pippo3.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With appendages suitable crossed ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192510#M36266</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2014-04-25T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192511#M36267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like there is a space between / and pippo3.xlsx in the value of AA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192511#M36267</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-04-25T19:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192512#M36268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Astounding %put _user_ could help.&amp;nbsp; And also a good suggestion to back off a bit on the macro quoting, unless you have special need for note.&amp;nbsp; Was going to suggest adding %unquote(), but since you use %SYSFUNC not %QSYFUNC all the quoting is removed at that point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I see, cant see the slash anywhere. You can see the quoting that was applied to &amp;amp;Separator and &amp;amp;datafile.&lt;/P&gt;&lt;PRE&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let Datafile=%str(pippo3.xlsx);
17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;
18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let separator = %str(/);
19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));
20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %put _user_;
GLOBAL SEPARATOR&amp;nbsp;&amp;nbsp;&amp;nbsp; 
GLOBAL RAW /sasdata/Projects/share/AGSourcingExcelTool/Superuser
GLOBAL AA /sasdata/Projects/share/AGSourcingExcelTool/Superuser/pippo3.xlsx
GLOBAL DATAFILE&amp;nbsp; pippo3.xlsx 

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192512#M36268</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-04-25T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192513#M36269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually there is not a space (see screenshot)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.png" class="jiveImage" src="https://communities.sas.com/legacyfs/online/6157_screenshot.png" style="width: 450px; height: 49px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192513#M36269</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T19:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192514#M36270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see it is the quote.&amp;nbsp; Why don't you just %UNQUOTE it and see if that works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 19:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192514#M36270</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-04-25T19:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192515#M36271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I decided to go with the simplest possible code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let filename=pippo3.xlsx;&lt;/P&gt;&lt;P&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P&gt;%let separator =/;&lt;/P&gt;&lt;P&gt;%let aa=&amp;amp;raw.&amp;amp;separator.&amp;amp;filename.;&lt;/P&gt;&lt;P&gt;/*%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(filename))));*/&lt;/P&gt;&lt;P&gt;%put _user_;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GLOBAL AA /sasdata/Projects/share/AGSourcingExcelTool/Superuser/pippo3.xlsx&lt;/P&gt;&lt;P&gt;GLOBAL FILENAME pippo3.xlsx&lt;/P&gt;&lt;P&gt;GLOBAL RAW /sasdata/Projects/share/AGSourcingExcelTool/Superuser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now it works!! :smileyshocked:&lt;/P&gt;&lt;P&gt;I don't believe it!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 20:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192515#M36271</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T20:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192516#M36272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However I am still baffled at what was/is making the double "//"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%let Datafile=%str(pippo3.xlsx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P&gt;%let separator = %str(/);&lt;/P&gt;&lt;P&gt;%let aa= %sysfunc(catx(&amp;amp;separator,%nrstr(%superq(raw)),%nrstr(%superq(Datafile))));&lt;/P&gt;&lt;P&gt;%put _user_;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I get the error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let filename=pippo3.xlsx;&lt;/P&gt;&lt;P&gt;%let raw=/sasdata/Projects/share/AGSourcingExcelTool/Superuser;&lt;/P&gt;&lt;P&gt;%let separator =/;&lt;/P&gt;&lt;P&gt;%let aa=&amp;amp;raw.&amp;amp;separator.&amp;amp;filename.;&lt;/P&gt;&lt;P&gt;it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;:smileyshocked: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 20:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192516#M36272</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192517#M36273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all your support.&lt;/P&gt;&lt;P&gt;I have been banging my head on the wall for a good part of the day with this silly thing.&lt;/P&gt;&lt;P&gt;I am glad at least one version works.&lt;/P&gt;&lt;P&gt;I will survive without knowing why the others version are not working (at least for a couple of days).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 20:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192517#M36273</guid>
      <dc:creator>massi</dc:creator>
      <dc:date>2014-04-25T20:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192518#M36274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; When I try your code (even though I do not think you need the CATX function), I do not get double slashes with either your complex example or any of the simple alternatives (using SAS 9.4).&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11262i30AF45469DA8F8EB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="other_alternate_syntax.png" title="other_alternate_syntax.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11263i484A9B92FA39236A/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="no_double_slash_94.png" title="no_double_slash_94.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 20:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192518#M36274</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-04-25T20:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192519#M36275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not to resurrect a thread, but I've got another piece of data on this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let crmms4dt=20140915;&lt;BR /&gt;%let crmms2dt=20140811;&lt;BR /&gt;%let datadir=/hli/ims/nbtz3jg/sla/prod/data/;&lt;BR /&gt; &lt;BR /&gt;PROC IMPORT OUT=crm_ms4 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "&amp;amp;datadir.Cumulative SLA Research Reports/Cum SLA Research Report &amp;amp;crmms4dt..xlsx" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLSX REPLACE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="LLD"; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=NO;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;proc import out=crm_assign_request_9b&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "&amp;amp;datadir.Trigger To Case Create Date/Dashboard CRM Daily &amp;amp;crmms2dt..xlsx" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=XLSX REPLACE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="9B"; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=NO;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one works and the second one doesn't, failing with the double slash file name error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 19:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/192519#M36275</guid>
      <dc:creator>DonJefe68</dc:creator>
      <dc:date>2014-09-24T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extra / appearing in the filename path when filename path is bulit with macro variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/659118#M197499</link>
      <description>&lt;P&gt;This bug still is not fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 20:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-appearing-in-the-filename-path-when-filename-path-is-bulit/m-p/659118#M197499</guid>
      <dc:creator>mvrieze</dc:creator>
      <dc:date>2020-06-15T20:22:59Z</dc:date>
    </item>
  </channel>
</rss>

