<?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 SAS Tip: Using the NOQUOTELENMAX Option in SAS Tips from the Community</title>
    <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Using-the-NOQUOTELENMAX-Option/m-p/442595#M120</link>
    <description>&lt;P&gt;Do you try to write code with no &lt;FONT color="#008000"&gt;&lt;STRONG&gt;WARNING&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;messages and are frustrated when you get the following message in the log even though the code is fine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;WARNING&lt;/STRONG&gt;&lt;/FONT&gt; 32-169: The quoted string currently being processed has 
   become more than 262 characters long.  You may have 
   unbalanced quotation marks.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, check out the &lt;A href="http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n1j7a6mgalhqo5n11kv0vbpbx277.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;QUOTELENMAX/NOQUOTELENMAX&lt;/A&gt; system option. This option is particularly appropriate when you have long text strings in, for example, an&amp;nbsp;&lt;STRONG&gt;ODS HTML TEXT&amp;nbsp;&lt;/STRONG&gt;statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=sashelp.shoes;
 title "Shoe Sales Data";
 ods html text="A very long text message . . . . . . that exceeds the length";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;
&lt;P&gt;Thanks to Don Henderson&amp;nbsp;for sharing this tip on sasCommunity.org.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 15:20:05 GMT</pubDate>
    <dc:creator>SAS_Tipster</dc:creator>
    <dc:date>2018-03-21T15:20:05Z</dc:date>
    <item>
      <title>SAS Tip: Using the NOQUOTELENMAX Option</title>
      <link>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Using-the-NOQUOTELENMAX-Option/m-p/442595#M120</link>
      <description>&lt;P&gt;Do you try to write code with no &lt;FONT color="#008000"&gt;&lt;STRONG&gt;WARNING&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;messages and are frustrated when you get the following message in the log even though the code is fine?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;WARNING&lt;/STRONG&gt;&lt;/FONT&gt; 32-169: The quoted string currently being processed has 
   become more than 262 characters long.  You may have 
   unbalanced quotation marks.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, check out the &lt;A href="http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n1j7a6mgalhqo5n11kv0vbpbx277.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;QUOTELENMAX/NOQUOTELENMAX&lt;/A&gt; system option. This option is particularly appropriate when you have long text strings in, for example, an&amp;nbsp;&lt;STRONG&gt;ODS HTML TEXT&amp;nbsp;&lt;/STRONG&gt;statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data=sashelp.shoes;
 title "Shoe Sales Data";
 ods html text="A very long text message . . . . . . that exceeds the length";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;
&lt;P&gt;Thanks to Don Henderson&amp;nbsp;for sharing this tip on sasCommunity.org.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Using-the-NOQUOTELENMAX-Option/m-p/442595#M120</guid>
      <dc:creator>SAS_Tipster</dc:creator>
      <dc:date>2018-03-21T15:20:05Z</dc:date>
    </item>
  </channel>
</rss>

