<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187806#M47637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try replacing the macro vars with hard coded values, and see if it's happy then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely the value of &amp;amp;file aor &amp;amp;new_destination is not what you expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%put &amp;amp;file being copied to &amp;amp;new_destination ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have it working without macro vars, then go back to using the macro vars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Quentin McMullen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 17:04:35 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2014-02-26T17:04:35Z</dc:date>
    <item>
      <title>WARNING: The quoted string currently being processed has become more than 262 characters long</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187805#M47636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to execute a dos command within sas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;%sysExec copy "&amp;amp;file" "&amp;amp;new_destination";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, I got a warning message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;WARNING: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks.:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently, it is my macro variable &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;&amp;amp;file&lt;/STRONG&gt;&lt;/SPAN&gt; that is too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried &lt;SPAN style="color: #ff0000;"&gt;options NOQUOTELENMAX&lt;/SPAN&gt;; the warning message is gone, however, still no file is copied to the &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;new_destination.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help to solve this problem? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187805#M47636</guid>
      <dc:creator>abcd123</dc:creator>
      <dc:date>2014-02-26T16:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187806#M47637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try replacing the macro vars with hard coded values, and see if it's happy then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely the value of &amp;amp;file aor &amp;amp;new_destination is not what you expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%put &amp;amp;file being copied to &amp;amp;new_destination ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have it working without macro vars, then go back to using the macro vars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Quentin McMullen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:04:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187806#M47637</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-02-26T17:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187807#M47638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for help. I found out what the problem is: there are too many spaces tailoring in macro variable &amp;amp;file. After those spaces are removed, it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 17:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/187807#M47638</guid>
      <dc:creator>abcd123</dc:creator>
      <dc:date>2014-02-26T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: The quoted string currently being processed has become more than 262 characters long</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/358757#M64336</link>
      <description>&lt;P&gt;Hello abcd123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please share the code that u had used for this error. I'm facing the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 14:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/WARNING-The-quoted-string-currently-being-processed-has-become/m-p/358757#M64336</guid>
      <dc:creator>pavan1</dc:creator>
      <dc:date>2017-05-15T14:33:34Z</dc:date>
    </item>
  </channel>
</rss>

