<?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: How do I increase  IBUFSIZE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721308#M223557</link>
    <description>&lt;P&gt;could you explore indexed variable mean?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 15:55:58 GMT</pubDate>
    <dc:creator>Siva_Harish</dc:creator>
    <dc:date>2021-02-23T15:55:58Z</dc:date>
    <item>
      <title>How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721266#M223532</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;Can&amp;nbsp; anyone help on below error .&lt;/P&gt;&lt;P&gt;Tried in multiple ways :&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;options ibufsize=32767;&lt;/P&gt;&lt;P&gt;2)options ibufsize=32767;&lt;BR /&gt;proc options option=ibufsize;run;&lt;/P&gt;&lt;PRE&gt;ERROR: Index TEMPINDX cannot be created on file WORK.'SASTMP-000000132'n because the length of the
       index value (13408 bytes) is too large. The index page size (currently 32767) must be large
       enough to store three index values plus a small overhead structure. Reduce the length of
       the index value or use the IBUFSIZE= option to increase the index page size (up to a
       maximum of 32,767 bytes).
ERROR: :Unable to create temporary index while processing summary functions.&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Feb 2021 14:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721266#M223532</guid>
      <dc:creator>Siva_Harish</dc:creator>
      <dc:date>2021-02-23T14:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721272#M223535</link>
      <description>&lt;P&gt;See this:&lt;/P&gt;
&lt;PRE&gt;(currently 32767)&lt;/PRE&gt;
&lt;P&gt;You already have the maximum IBUFSIZE defined. You MUST reduce the size of the index variable(s).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 14:39:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721272#M223535</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-23T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721308#M223557</link>
      <description>&lt;P&gt;could you explore indexed variable mean?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 15:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721308#M223557</guid>
      <dc:creator>Siva_Harish</dc:creator>
      <dc:date>2021-02-23T15:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721356#M223574</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/306671"&gt;@Siva_Harish&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;could you explore indexed variable mean?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's the variable(s) used for the index you tried to create.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 18:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721356#M223574</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-23T18:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721798#M223760</link>
      <description>&lt;P&gt;Thank you for the explanation. In my code we didn't&amp;nbsp; create any indexes eventhough I got this error because in my grouping variables one variable length is 4000 and changed length to hundreds then iam not able to see this error .&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721798#M223760</guid>
      <dc:creator>Siva_Harish</dc:creator>
      <dc:date>2021-02-25T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase  IBUFSIZE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721799#M223761</link>
      <description>&lt;P&gt;Please post the &lt;U&gt;complete&lt;/U&gt; log of the step that caused the ERROR message.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-increase-IBUFSIZE/m-p/721799#M223761</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-02-25T10:02:16Z</dc:date>
    </item>
  </channel>
</rss>

