<?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 Error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644992#M40024</link>
    <description>I think this is 2 errors. The SORT_ERROR is the one you're interested in. SORT_ON is a consequence of the previous error.&lt;BR /&gt;&lt;BR /&gt;Check that PGFLQUOTA is high enough. Specificially some significant multiple of the resultant WSEXTENT for the process. Check the *actual* WSEXTENT, not the one in SYSUAF.&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jun 2010 21:12:32 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2010-06-09T21:12:32Z</dc:date>
    <item>
      <title>SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644988#M40020</link>
      <description>Hi .. I am facing the below error in the sort routines in multiple programs .. &lt;BR /&gt;&lt;BR /&gt;%COB-F-SORT_ERROR, Error during SORT or MERGE on SD &lt;BR /&gt;-SORT-F-SORT_ON, sort or merge routines called in incorrect order &lt;BR /&gt;%TRACE-F-TRACEBACK, symbolic stack dump follows&lt;BR /&gt;&lt;BR /&gt;I am looking for as much info on the possible causes as possible .. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644988#M40020</guid>
      <dc:creator>Karthik Yedu Kumar</dc:creator>
      <dc:date>2010-06-09T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644989#M40021</link>
      <description>Did it ever work? What changed?&lt;BR /&gt;OpenVMS? (certainly looks like it :-)&lt;BR /&gt;Version ? Platform ? relevant Patches?&lt;BR /&gt;&lt;BR /&gt;My first guess? Something wrong the definition of SYS$SCRATCH !&lt;BR /&gt;Perhaps it is not defined, because the program is run detached in production, interactively during test?&lt;BR /&gt;Perhaps pointing to an inaccessible place?&lt;BR /&gt;&lt;BR /&gt;My second guess?&lt;BR /&gt;The program 'fell' into a sort INPUT (or OUTPUT ) PROCEDURE paragraph.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; SORT-F-SORT_ON, sort or merge routines called in incorrect order &lt;BR /&gt;&lt;BR /&gt;Where they? &lt;BR /&gt;What Cobol statement caused the error?&lt;BR /&gt;SORT itself? A RELEASE or a RETURN ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; TRACEBACK, symbolic stack dump follows&lt;BR /&gt;&lt;BR /&gt;Well, does the traceback give you a clue where the program was?&lt;BR /&gt;&lt;BR /&gt;If the problem persists, sprinkle the program with DISPLAYs statements to help you understand where it has been and where it tried to go.&lt;BR /&gt;Good Luck!&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 12:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644989#M40021</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-06-09T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644990#M40022</link>
      <description>As Hein stated, there are many possibilities.  Can you post the traceback?  Perhaps a code snipit around the failing Cobol statement?&lt;BR /&gt;&lt;BR /&gt;We need a little more info to go on here.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dan</description>
      <pubDate>Wed, 09 Jun 2010 14:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644990#M40022</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2010-06-09T14:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644991#M40023</link>
      <description>Other things to check in the "Did this ever work" column:&lt;BR /&gt;&lt;BR /&gt;Quotas against data growth and user privileges.  Same user(s) or different?  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 19:02:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644991#M40023</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-06-09T19:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644992#M40024</link>
      <description>I think this is 2 errors. The SORT_ERROR is the one you're interested in. SORT_ON is a consequence of the previous error.&lt;BR /&gt;&lt;BR /&gt;Check that PGFLQUOTA is high enough. Specificially some significant multiple of the resultant WSEXTENT for the process. Check the *actual* WSEXTENT, not the one in SYSUAF.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 21:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644992#M40024</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-06-09T21:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644993#M40025</link>
      <description>Hi Karthik,&lt;BR /&gt;&lt;BR /&gt;I'm with Hein. Id look for a logic condition (or code change) that has led to a code-path where a return is coming before a release/sort.&lt;BR /&gt;&lt;BR /&gt;Cheers Richard Maher</description>
      <pubDate>Wed, 09 Jun 2010 21:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644993#M40025</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-06-09T21:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644994#M40026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, as everybody said you need to look at the traceback information and figure out the root cause of this issue. You can also get a process dump by setting set process/dump and then look at the process dump whether any of the quota is exhausted or working set is exhausted etc.&lt;BR /&gt;&lt;BR /&gt;-Pramod.</description>
      <pubDate>Thu, 10 Jun 2010 03:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sort-error/m-p/4644994#M40026</guid>
      <dc:creator>Pramod Kumar M</dc:creator>
      <dc:date>2010-06-10T03:09:15Z</dc:date>
    </item>
  </channel>
</rss>

