<?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: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks. in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190168#M14570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's non-standard behaviour. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the values of the macro variables changes the different times it runs/doesn't?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the code from the log with a version that doesn't run?&lt;/P&gt;&lt;P&gt;options mprint symbolgen; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Oct 2014 00:27:41 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-10-18T00:27:41Z</dc:date>
    <item>
      <title>WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190164#M14566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends, please help me to get this done...i have searched lot on this but not sure how to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two macro variable resolving properly as belo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;dir&lt;/STRONG&gt; resolves to &lt;STRONG&gt;w:\data\finance\&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;f_name&lt;/STRONG&gt; resilves to &lt;STRONG&gt;daily_finance_data_file_20141017_654654_787896_354654.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then i am using both path in filename statement as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename chkin "&lt;STRONG&gt;&amp;amp;dir.&amp;amp;f_name.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;and then i am getting warning message as mentioned and then error....interesting thing is this program runs sometimes fine and sometimes it gives this warning message and error and program don't run...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do we have any workaround for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 22:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190164#M14566</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-10-17T22:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190165#M14567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and adding to this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New', Courier, monospace; font-size: 13px; background-color: #ffffff; color: blue;"&gt;Options&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 13px; background-color: #ffffff;"&gt; noQuoteLenMax; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 13px; background-color: #ffffff;"&gt;is not solution i think it's just took warning msg off from log and still job can failed...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 22:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190165#M14567</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-10-17T22:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190166#M14568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it on SAS 9.4 and not getting any error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let dir=w:\data\finance\;&lt;/P&gt;&lt;P&gt;%let f_name =daily_finance_data_file_20141017_654654_787896_354654.txt;&lt;/P&gt;&lt;P&gt;filename chkin "&amp;amp;dir.&amp;amp;f_name.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you checked similar threads it seems that the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;NOQUOTELENMAX option worked for them.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 22:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190166#M14568</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2014-10-17T22:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190167#M14569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;issue is this code works fine sometime and it gives warning message and causing SAS to stops to processing sometimes...again i think below option is only take off warning message from log and it's not treating situation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Courier New', Courier, monospace; background-color: #ffffff; color: blue;"&gt;Options&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Courier New', Courier, monospace; color: #000000; background-color: #ffffff;"&gt; noQuoteLenMax;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 23:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190167#M14569</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2014-10-17T23:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190168#M14570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's non-standard behaviour. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the values of the macro variables changes the different times it runs/doesn't?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the code from the log with a version that doesn't run?&lt;/P&gt;&lt;P&gt;options mprint symbolgen; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 00:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190168#M14570</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-10-18T00:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190169#M14571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are most likely sometimes having a quote in the macro variables. Users not aware of the meaning of special chars are putting anything in that.&lt;/P&gt;&lt;P&gt;Filenames foldernames are allowing a lot of specials and there you get into trouble as they can possible have a meaning in an other It environment.&lt;/P&gt;&lt;P&gt;- this explains why a job sometimes fails&lt;/P&gt;&lt;P&gt;- this explains the message. It is a warning something unexpected has happened.&amp;nbsp; The name quoting causing a very looooooong string.&lt;/P&gt;&lt;P&gt;&amp;nbsp; That length a far beyond naming limits of folders, just try typing that kind of names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ever heard of code-injection?&amp;nbsp;&amp;nbsp; (hint: Check the site of owasp.org )&lt;/P&gt;&lt;P&gt;Ever heard of needing input validation the prevent&amp;nbsp; unexpected breaches?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 12:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/190169#M14571</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-18T12:45:56Z</dc:date>
    </item>
  </channel>
</rss>

