<?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 libname problem: &amp;quot;The meaning of an identifier after a quoted string...&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963903#M375472</link>
    <description>&lt;P&gt;Help! The libename statements in all of the programs that I have used previously (and that worked) all of sudden no longer work.&amp;nbsp; I have not changed SAS versions, or any directories. I have not changed the liberef to a new name and the semicolons are still present.&amp;nbsp; In the log, I get the following message, "The meaning of an identifier after a quoted string might change in a future SAS release. Inserting white space between a quoted string and the succeeding identifier is recommended." What does this mean?&amp;nbsp; Why is this happening now? What can I do to fix it? Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 06:54:37 GMT</pubDate>
    <dc:creator>dk333</dc:creator>
    <dc:date>2025-04-14T06:54:37Z</dc:date>
    <item>
      <title>libname problem: "The meaning of an identifier after a quoted string..."</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963903#M375472</link>
      <description>&lt;P&gt;Help! The libename statements in all of the programs that I have used previously (and that worked) all of sudden no longer work.&amp;nbsp; I have not changed SAS versions, or any directories. I have not changed the liberef to a new name and the semicolons are still present.&amp;nbsp; In the log, I get the following message, "The meaning of an identifier after a quoted string might change in a future SAS release. Inserting white space between a quoted string and the succeeding identifier is recommended." What does this mean?&amp;nbsp; Why is this happening now? What can I do to fix it? Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 06:54:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963903#M375472</guid>
      <dc:creator>dk333</dc:creator>
      <dc:date>2025-04-14T06:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: libename statement: new problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963908#M375474</link>
      <description>&lt;P&gt;The most likely situation is SAS is still trying to find matches for previous quotes you submitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is some "magic" series of comments with embedded quotes you can type submitting to close the unbalanced quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I find the quickest fix is to start a new SAS session.&amp;nbsp; If you are running SAS directly just end your session and open a new one.&amp;nbsp; If you are using SAS/Studio or Enterprise Guide you probably leave those running and just ask them to re-connect to the SAS server so you get a new session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then be careful about code you submit to make sure the quotes are balanced.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 16:11:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963908#M375474</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-04-09T16:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: libename statement: new problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963915#M375480</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is still an issue, then as well as what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;has said (which I think is the most likely cause), please share the log by using the Insert Code icon "&amp;lt;/&amp;gt;" as there might be other clues as to why it "&lt;SPAN&gt;all of sudden no longer work&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if you haven't already, check to see if the library has allocated successfully. The message you have reported might have always been in your log when you previously ran the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lastly, in answer to your question "&lt;SPAN&gt;What does this mean?&lt;/SPAN&gt;": a quoted string immediately followed by an identifier can give the string a special meaning, e.g., &lt;FONT face="courier new,courier"&gt;'09may2025'd&lt;/FONT&gt; is a way of specifying a date value, by using "d" immediately after the quoted date text. So SAS is displaying this note (not error or warning) message to inform you of potential future SAS changes that might cause the quoted string to have new meaning, based on the identifier that immediately follows it. Hence the recommendation of using a space after the closing quote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 17:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963915#M375480</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2025-04-09T17:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: libename statement: new problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963925#M375481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It does appear to be a quoting or macro quoting issue, however given it is happening in ALL your programs it would appear that something has changed in your SAS Environment.&amp;nbsp; If you are using SAS EG, did you or someone add &lt;SPAN&gt;custom code in SAS Enterprise Guide inserted before code submission?&amp;nbsp; Perhaps an autoexec program has changed, but this would generally impact only the first program.&amp;nbsp; What SAS Environment are you using?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you change from a windows environment to a UNIX environment and some unusual characters where inserted when moving to the different O/S?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way use this code to correct possible unbalanced quotes&amp;nbsp; &lt;FONT face="arial black,avant garde" color="#0000FF"&gt;'*;"*;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Note: It may not correct all macro quoting issues, which would need a SAS reset.&lt;/P&gt;
&lt;P&gt;Mary&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, 09 Apr 2025 19:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/libname-problem-quot-The-meaning-of-an-identifier-after-a-quoted/m-p/963925#M375481</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2025-04-09T19:10:23Z</dc:date>
    </item>
  </channel>
</rss>

