<?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: Many &amp;quot;notes&amp;quot; 49-169 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328761#M21851</link>
    <description>&lt;P&gt;IS IT CORRECT ???&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;PRE&gt;*PATH AND LIBRARY;
%let PATH = E:\datafolder\Optimization\AGR;
libname AGR 'E:\datafolder\Optimization';
*options noquotelenmax nosource nonotes;
options noquotelenmax source notes;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 15:11:00 GMT</pubDate>
    <dc:creator>Maksim_Karyagin</dc:creator>
    <dc:date>2017-01-31T15:11:00Z</dc:date>
    <item>
      <title>Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328752#M21847</link>
      <description>&lt;P&gt;I called macro variables in the first one. BUUUT i got this ERROR. What can i do ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13381i98EA515F2FA5649B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sas_error.png" title="sas_error.png" /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328752#M21847</guid>
      <dc:creator>Maksim_Karyagin</dc:creator>
      <dc:date>2017-01-31T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328754#M21848</link>
      <description>&lt;P&gt;Why are you running this code:&lt;/P&gt;
&lt;P&gt;;*';*";*/;quit;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like some macro variable or code is not written correctly and you are trying to fix it later on by closing all quotes and such like. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot however tell from what you have posted. &amp;nbsp;Step through your progam and find out where the problem starts, maybe your missing a quote (which is kind of what the note is saying) or perhaps something else is happening.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328754#M21848</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-31T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328756#M21849</link>
      <description>&lt;P&gt;And what was that ? where is mistakes?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328756#M21849</guid>
      <dc:creator>Maksim_Karyagin</dc:creator>
      <dc:date>2017-01-31T15:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328759#M21850</link>
      <description>&lt;P&gt;I am not sure how I am supposed to know, you haven't provided any relevant information. &amp;nbsp;All I have is a small bit of code and 2 notes in a picture. &amp;nbsp;As I said the notes are indicative to text strings which have not been closed properly, broken macros, or very long strings and this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;;*';*";*/;quit;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is some attempt to fix it. &amp;nbsp;Other than that I have nothing to work with.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:10:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328759#M21850</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-01-31T15:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328761#M21851</link>
      <description>&lt;P&gt;IS IT CORRECT ???&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;PRE&gt;*PATH AND LIBRARY;
%let PATH = E:\datafolder\Optimization\AGR;
libname AGR 'E:\datafolder\Optimization';
*options noquotelenmax nosource nonotes;
options noquotelenmax source notes;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328761#M21851</guid>
      <dc:creator>Maksim_Karyagin</dc:creator>
      <dc:date>2017-01-31T15:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328764#M21852</link>
      <description>&lt;P&gt;I'VE ADDED 2 PICTURE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13382i58D199B2C70F0F5B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.png" title="1.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13383i5847D0E9E809F375/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2.png" title="2.png" /&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328764#M21852</guid>
      <dc:creator>Maksim_Karyagin</dc:creator>
      <dc:date>2017-01-31T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328772#M21853</link>
      <description>&lt;P&gt;Check your code for unbalanced quotes, especially in connection with macro variables and calling them.&lt;/P&gt;
&lt;P&gt;If that does not give you a clue, post the log (where those NOTEs appear). Post rather too much than too little.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328772#M21853</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-31T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328776#M21854</link>
      <description>&lt;P&gt;These notes usually appear when a quoted string is immediately followed by a non-blank character. With unbalanced quotes, the (by you) intended start of a string looks to the SAS interpreter like the &lt;U&gt;end&lt;/U&gt;&amp;nbsp;of a very long string.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328776#M21854</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-31T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328777#M21855</link>
      <description>&lt;P&gt;NOTES &lt;STRONG&gt;are not &lt;/STRONG&gt;errors. The specific note relates to using code that may have something like Put "this is quoted text"variablename. or quoted text followed by any instruction such as "text"run;&lt;/P&gt;
&lt;P&gt;SAS is saying that the future behavior might change so that the results from such code &lt;STRONG&gt;might&lt;/STRONG&gt; change in future releases. If your intent is to write a string followed bythe value of a variable, or macro variable, without a space then perhaps consider using a concatenation function to explicitly create the desired string value an then use that value or place a space between the quoted text and the next identifier be it variable name or program statement such as Run Quit or other reserved word.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328777#M21855</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-31T15:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328840#M21858</link>
      <description>&lt;P&gt;That odd piece of code that's throwing the error is put in by SAS Enterprise Guide, possibly among other products, to try to catch instances of unbalanced quotes, comments, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got that error a number of times, and that has always been the problem. To get clearer information, right click on your server in the "Server List" and pick Disconnect. That will get rid of your old SAS session. Then run your code; you should get more useful diagnostics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328840#M21858</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-01-31T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328992#M21860</link>
      <description>&lt;P&gt;What's going on with this ??? What a problem? WHat is this?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13387i3479529B609326C5/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="1.png" title="1.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13388iB64E3CE1DAC9915C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="2.png" title="2.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13389i7CC1EC532116A8A4/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="3.png" title="3.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13390i56C5E56FA78FEA0E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="4.png" title="4.png" /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 08:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/328992#M21860</guid>
      <dc:creator>Maksim_Karyagin</dc:creator>
      <dc:date>2017-02-01T08:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Many "notes" 49-169</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/329121#M21884</link>
      <description>&lt;P&gt;The first one is program code. I'm not sure what you're asking. The second, third, and fourth are the same problem, somewhere an unbalanced double quote is getting SAS confused. I'm afraid your only option is to examine your code to figure out where it's happening. The problem is usually not where the error message occurs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 15:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Many-quot-notes-quot-49-169/m-p/329121#M21884</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-02-01T15:30:23Z</dc:date>
    </item>
  </channel>
</rss>

