<?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: 'Local' LRECL for long string of a variable in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566797#M34006</link>
    <description>&lt;P&gt;Thank you for the response :).&lt;BR /&gt;&lt;BR /&gt;Sincerley.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 06:45:45 GMT</pubDate>
    <dc:creator>SIgnificatif</dc:creator>
    <dc:date>2019-06-18T06:45:45Z</dc:date>
    <item>
      <title>'Local' LRECL for long string of a variable</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566531#M34001</link>
      <description>&lt;P&gt;Hi All.&lt;BR /&gt;&lt;BR /&gt;I have a variable with long strings.&lt;BR /&gt;I have read a response of a community contributor that covers the problem and how to fix it if the data is IMPORTED from a file&lt;BR /&gt;&amp;nbsp;(&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Lrecl-and-Extra-Pipeline-in-SAS-output/m-p/398750/highlight/true#M25631" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Lrecl-and-Extra-Pipeline-in-SAS-output/m-p/398750/highlight/true#M25631&lt;/A&gt; )&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have an issue because I have many values in a variable I want to proceed locally ( I write them in the code) and I'm getting this message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;NOTE: The quoted string currently being processed has become more than 262 characters long. You might have unbalanced quotation&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;and the code is just a variable I'm running a loop from it to print the values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mybar"text1|text|text2|text3|text1|text|text2|text3|text1|text|text2|text3|text1|text|text2|text3|text1|text|text2|text3|text1|text|text2|text3|";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone could give an opinion how to process all values and make that message dissapear from the log &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 11:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566531#M34001</guid>
      <dc:creator>SIgnificatif</dc:creator>
      <dc:date>2019-06-17T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: 'Local' LRECL for long string of a variable</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566556#M34002</link>
      <description>&lt;P&gt;If you want to write code that has a really long string constant you can turn off the option that generates the message about stings longer than 262 characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can write your constant as a combination of two or more shorter constants.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;mybar"text1|text|text2|text3|text1|text|text2|text3|text1|text|text2"
  || "|text3|text1|text|text2|text3|text1|text|text2|text3|text1|text"
  || "|text2|text3|"
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566556#M34002</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-06-17T13:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'Local' LRECL for long string of a variable</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566797#M34006</link>
      <description>&lt;P&gt;Thank you for the response :).&lt;BR /&gt;&lt;BR /&gt;Sincerley.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 06:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Local-LRECL-for-long-string-of-a-variable/m-p/566797#M34006</guid>
      <dc:creator>SIgnificatif</dc:creator>
      <dc:date>2019-06-18T06:45:45Z</dc:date>
    </item>
  </channel>
</rss>

