<?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: an identifier after a quoted string may change? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50919#M10680</link>
    <description>You are seeing a SAS NOTE - if your program is failing in execution there must be another ERROR: type message, possibly BEFORE or AFTER this line of code.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 02 Jul 2009 13:13:15 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-07-02T13:13:15Z</dc:date>
    <item>
      <title>an identifier after a quoted string may change?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50918#M10679</link>
      <description>Hi All&lt;BR /&gt;
&lt;BR /&gt;
Im running a piece of script that i run every month. It was totally fine last month no errors or warnings.&lt;BR /&gt;
But this month i get this error, this is within a data step within a macro and the macro then fails to continue.&lt;BR /&gt;
&lt;BR /&gt;
666          if index(page, "?" ) &amp;gt; 0 then page = substr( page, 1, index( page,&lt;BR /&gt;
666! "?")-1);&lt;BR /&gt;
       ------&lt;BR /&gt;
       49&lt;BR /&gt;
NOTE 49-169: The meaning of an identifier after a quoted string may change in a future SAS release.  Inserting white space between a quoted string and the succeeding identifier is recommended.&lt;BR /&gt;
&lt;BR /&gt;
This "note" shouldnt effect the macro script but it does.&lt;BR /&gt;
&lt;BR /&gt;
please help...&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
Spud</description>
      <pubDate>Thu, 02 Jul 2009 12:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50918#M10679</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-02T12:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: an identifier after a quoted string may change?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50919#M10680</link>
      <description>You are seeing a SAS NOTE - if your program is failing in execution there must be another ERROR: type message, possibly BEFORE or AFTER this line of code.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 02 Jul 2009 13:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50919#M10680</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-02T13:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: an identifier after a quoted string may change?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50920#M10681</link>
      <description>spud,&lt;BR /&gt;
 &lt;BR /&gt;
probably, you also have unbalanced quotation marks&lt;BR /&gt;
 &lt;BR /&gt;
good luck&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Thu, 02 Jul 2009 14:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50920#M10681</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-07-02T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: an identifier after a quoted string may change?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50921#M10682</link>
      <description>If you haven't solved the problem I'd try:&lt;BR /&gt;
&lt;BR /&gt;
if index(page, "?" ) &amp;gt; 0 then page = substr( page, 1, (index( page, "?")-1));&lt;BR /&gt;
&lt;BR /&gt;
The extra parantheses should force an evaluation of the number.</description>
      <pubDate>Tue, 07 Jul 2009 17:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50921#M10682</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2009-07-07T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: an identifier after a quoted string may change?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50922#M10683</link>
      <description>The following SAS Usage note discusses the note you are getting:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/3/353.html" target="_blank"&gt;http://support.sas.com/kb/3/353.html&lt;/A&gt;</description>
      <pubDate>Mon, 20 Jul 2009 18:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/an-identifier-after-a-quoted-string-may-change/m-p/50922#M10683</guid>
      <dc:creator>Russ_SAS</dc:creator>
      <dc:date>2009-07-20T18:19:04Z</dc:date>
    </item>
  </channel>
</rss>

