<?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: Sort execution failure while using SAS array in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sort-execution-failure-while-using-SAS-array/m-p/269980#M53561</link>
    <description>&lt;P&gt;Looks like &amp;amp;_input contains the name of a SAS SQL view that requires sorting, and the sort fails because it runs out of resources.&lt;/P&gt;
&lt;P&gt;Inspect the SQL view (DESCRIBE) and run the step(s) manually.&lt;/P&gt;
&lt;P&gt;You might also need to increase resources like disk space in WORK and UTILLOC locations.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 06:54:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-05-12T06:54:57Z</dc:date>
    <item>
      <title>Sort execution failure while using SAS array</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sort-execution-failure-while-using-SAS-array/m-p/269972#M53557</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are geting below error when using an array and we are using SAS Di to run the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data &amp;amp;_output;&lt;BR /&gt;&amp;nbsp;set &amp;amp;_input;&lt;BR /&gt;&amp;nbsp;array char_input[*] _character_;&lt;BR /&gt;&amp;nbsp;do i=1 to dim(char_input);&lt;BR /&gt;char_input[i]=tranwrd(char_input[i],'$',' ');&lt;BR /&gt;&amp;nbsp;end;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Sort execution failure.&lt;BR /&gt;ERROR: SQL View WORK.WADMZKC2 could not be processed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the input dataset is having around 4 Lakh records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know how we can solve this error.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 06:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sort-execution-failure-while-using-SAS-array/m-p/269972#M53557</guid>
      <dc:creator>ath_123</dc:creator>
      <dc:date>2016-05-12T06:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sort execution failure while using SAS array</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sort-execution-failure-while-using-SAS-array/m-p/269980#M53561</link>
      <description>&lt;P&gt;Looks like &amp;amp;_input contains the name of a SAS SQL view that requires sorting, and the sort fails because it runs out of resources.&lt;/P&gt;
&lt;P&gt;Inspect the SQL view (DESCRIBE) and run the step(s) manually.&lt;/P&gt;
&lt;P&gt;You might also need to increase resources like disk space in WORK and UTILLOC locations.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 06:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sort-execution-failure-while-using-SAS-array/m-p/269980#M53561</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-12T06:54:57Z</dc:date>
    </item>
  </channel>
</rss>

