<?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 Default LRECL system option in 9.4 is 32767 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435259#M108114</link>
    <description>&lt;P&gt;Just noticed that in 9.4, the shipped default for LRECL is 32,767 (vs. 256 in 9.3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But interestingly, the docs for LRECL still say "&lt;SPAN&gt;Use a value for the LRECL= system option that is not an arbitrary large value. Large values for this option can result in excessive use of memory, which can degrade performance."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This seems a bit contradictory.&amp;nbsp; SAS ships with LRECL with a default value (the maximum possible) which it recommends not using.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe this was just a concession to the reduce the risk of people accidentally not reading all of their data (and the number of tech support calls about that subject), even at the expense of performance?&amp;nbsp; Curious if most folks have changed this default and sees a performance benefit?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 14:08:04 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2018-02-08T14:08:04Z</dc:date>
    <item>
      <title>Default LRECL system option in 9.4 is 32767</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435259#M108114</link>
      <description>&lt;P&gt;Just noticed that in 9.4, the shipped default for LRECL is 32,767 (vs. 256 in 9.3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But interestingly, the docs for LRECL still say "&lt;SPAN&gt;Use a value for the LRECL= system option that is not an arbitrary large value. Large values for this option can result in excessive use of memory, which can degrade performance."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This seems a bit contradictory.&amp;nbsp; SAS ships with LRECL with a default value (the maximum possible) which it recommends not using.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe this was just a concession to the reduce the risk of people accidentally not reading all of their data (and the number of tech support calls about that subject), even at the expense of performance?&amp;nbsp; Curious if most folks have changed this default and sees a performance benefit?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 14:08:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435259#M108114</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2018-02-08T14:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default LRECL system option in 9.4 is 32767</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435282#M108123</link>
      <description>&lt;P&gt;I wouldn't be surprised to find that comment about "arbitrary large" is aimed more at use in the FILENAME, FILE or INFILE statements where you can specify much larger values for LRECL than the system option will accept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note that&amp;nbsp;for files using&amp;nbsp;RECFM=F&amp;nbsp;&amp;nbsp;the default remains 256.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435282#M108123</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-08T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default LRECL system option in 9.4 is 32767</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435285#M108126</link>
      <description>&lt;P&gt;There are several questionable changes in 9.x, a really good one that came up recently is:&lt;/P&gt;
&lt;P&gt;validavarname=any&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have whole sections on naming conventions, rules so that programming can be simple and effective.&amp;nbsp; Then as a default standpoint chuck all that out of the window and let users do whatever they like.&amp;nbsp; My face is sore from the number of facepalms over these decisions.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435285#M108126</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-08T15:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Default LRECL system option in 9.4 is 32767</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435293#M108130</link>
      <description>&lt;P&gt;Ugh I didn't realize validvarname=any was a default now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I always hated that so many of the BI clients set it.&amp;nbsp; I think EG sets it, maybe DI studio.&amp;nbsp; Guess the thought was to make it "easier" to read all those lovely Excel spreadsheets that are floating around.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:34:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435293#M108130</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2018-02-08T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Default LRECL system option in 9.4 is 32767</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435302#M108138</link>
      <description>But the "arbitrarily large" sentence says explicitly that it's talking about the system option.  Use a value for the system option that is not arbitrarily large.  Yet the default for the system option is the maximum allowed value.</description>
      <pubDate>Thu, 08 Feb 2018 15:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Default-LRECL-system-option-in-9-4-is-32767/m-p/435302#M108138</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2018-02-08T15:46:39Z</dc:date>
    </item>
  </channel>
</rss>

