<?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: numeric sorting script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905239#M21144</link>
    <description>Thanks for the info.&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2005 14:15:01 GMT</pubDate>
    <dc:creator>nipun_2</dc:creator>
    <dc:date>2005-08-04T14:15:01Z</dc:date>
    <item>
      <title>numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905232#M21137</link>
      <description>Hi, &lt;BR /&gt;Does OpenVMs (I have V7.3-1) have some form of sort command. &lt;BR /&gt;&lt;BR /&gt;I want to get numbers from users and sort them out in ascending order and write to a file. &lt;BR /&gt;&lt;BR /&gt;Getting a number and writing is fine. But if there is a sort command that is efficient and easy to use I would like to know. &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Nipun</description>
      <pubDate>Thu, 02 Jun 2005 10:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905232#M21137</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-06-02T10:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905233#M21138</link>
      <description>the command sort is available, check the help&lt;BR /&gt;&lt;BR /&gt;$ help sort&lt;BR /&gt;&lt;BR /&gt;you can specify keys and so on</description>
      <pubDate>Thu, 02 Jun 2005 10:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905233#M21138</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2005-06-02T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905234#M21139</link>
      <description>As labdie replies, the command to sort on vms is... sort!&lt;BR /&gt;&lt;BR /&gt;However, it may be worth pointing out that the VMS sort is strictly column based, and expect piced columns data.&lt;BR /&gt;The Unix sorts think in terms of 'fields' and may be easier to use for some problems.&lt;BR /&gt;&lt;BR /&gt;If you can't figure it out from the sort help or the vms sort documentation in the VMS USers manual, then be sure to re-reply here with some sample data attached in a text file. You need to attach it, and not jsut include, in order to preserve the spaces and such.&lt;BR /&gt;&lt;BR /&gt;Sort: &lt;A href="http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_contents_002.html#toc_chapter_9" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_contents_002.html#toc_chapter_9&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2005 13:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905234#M21139</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-06-02T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905235#M21140</link>
      <description>Hi Hein,&lt;BR /&gt;Here is the operator log file. &lt;BR /&gt;Today morning I tried to again boot Sat2 but in the following sequence&lt;BR /&gt;Main server (completely up and running)&lt;BR /&gt;boot Sat2 (same error as before boostrap failure)&lt;BR /&gt;&lt;BR /&gt;boot Sat1 (sucessfully booted)&lt;BR /&gt;&lt;BR /&gt;I am attaching the log file</description>
      <pubDate>Fri, 03 Jun 2005 07:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905235#M21140</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-06-03T07:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905236#M21141</link>
      <description>Hi,&lt;BR /&gt;sorry for the mixup. This was supposed to go somewhere else. &lt;BR /&gt;&lt;BR /&gt;The sort command worked fine for me and I got my work done. Thanks a lot&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2005 07:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905236#M21141</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-06-03T07:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905237#M21142</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;You should actualy check your DTSS settings. If not needed create the logical so DTSS is disabled (in SYS$STARTUP:NET$LOGICALS.COM - not later because DECNet is started very early in the sequence) or make sure you have a node DTSS serving !&lt;BR /&gt;If not found, a SYS$STARTUP:NET$LOGICALS.TEMPLATE should help you to create the NET$LOGICALS.COM !&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Sun, 05 Jun 2005 22:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905237#M21142</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2005-06-05T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905238#M21143</link>
      <description>I should point out that hypersort is also an option. In most cases it is faster than sort.  &lt;BR /&gt;&lt;BR /&gt;Performance is highly dependent on the data and working sets. We have found cases where larger working sets actually had slower sorts.&lt;BR /&gt;&lt;BR /&gt;Finally, make sure that pagefilequota  is larger than wsextent (which includes pql_mwsextent) or it will abort.&lt;BR /&gt;&lt;BR /&gt;Often people think their wsextent is the UAF entry, but autogen set's pql_mwsextent equal to wsmax.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2005 11:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905238#M21143</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-06-08T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: numeric sorting script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905239#M21144</link>
      <description>Thanks for the info.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 14:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/numeric-sorting-script/m-p/4905239#M21144</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-08-04T14:15:01Z</dc:date>
    </item>
  </channel>
</rss>

