<?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: SAS buffer size in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810527#M319619</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Why would you care?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;These settings can have a massive influence Tom.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the last post in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;about reducing the time to just read a table from&lt;SPAN&gt; 195 seconds to 70s by simply changing the memory usage settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 03:19:38 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2022-04-29T03:19:38Z</dc:date>
    <item>
      <title>SAS buffer size</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810315#M319550</link>
      <description>&lt;P&gt;While running the code, What will be the buffer size, if my SAS data file size is 10GB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810315#M319550</guid>
      <dc:creator>Pooja98</dc:creator>
      <dc:date>2022-04-28T07:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS buffer size</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810316#M319551</link>
      <description>&lt;P&gt;Are you referring to data set options BUFSIZE and BUFNO?&lt;/P&gt;
&lt;P&gt;The first one is defined when the data set is created, the second one is set at run time.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:51:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810316#M319551</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-04-28T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS buffer size</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810403#M319580</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/305675"&gt;@Pooja98&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One should note that the operating system has its own approach to reading writing data to disk. Typically, Linux and Window may read one buffer at a time.&lt;BR /&gt;By default, SAS automatically determines the buffer size depending upon the observation length, the operating system and the engine used.&lt;/P&gt;
&lt;P&gt;For smaller observations, one may consider increasing the number of buffers but for others one can experiment in their environment.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 15:51:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810403#M319580</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-04-28T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS buffer size</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810405#M319581</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/305675"&gt;@Pooja98&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;While running the code, What will be the buffer size, if my SAS data file size is 10GB?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why would you care?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you perhaps talking about downloading data from a remote database using a libname engine or the CONNECT statement in PROC SQL?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 15:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810405#M319581</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-28T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS buffer size</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810527#M319619</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Why would you care?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;These settings can have a massive influence Tom.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the last post in&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/How-to-speed-up-performance-of-Sas-9-4-TS1M3-through-enterprise/m-p/276653&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;about reducing the time to just read a table from&lt;SPAN&gt; 195 seconds to 70s by simply changing the memory usage settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 03:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-buffer-size/m-p/810527#M319619</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-04-29T03:19:38Z</dc:date>
    </item>
  </channel>
</rss>

