<?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: VMS SORT Specification Sort Sequence in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928593#M32834</link>
    <description>Cheers guys. I'd tried "key=report,descending" but didn't think to put it in parenthasis!&lt;BR /&gt;&lt;BR /&gt;This line worked fine for my sort spec in the end :-&lt;BR /&gt;&lt;BR /&gt;/include=(condition=select_report1,key=(report,descending),data=record)&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Sep 2005 03:13:41 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2005-09-26T03:13:41Z</dc:date>
    <item>
      <title>VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928588#M32829</link>
      <description>Anyone know where the ascending/descending should go in the SORT Specification??&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ SORT /SPECIFICATION=robsort.tmp /sequ dsk$webreports rob.tmp&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ typ robsort.tmp&lt;BR /&gt;/field=(name=report,pos=1,size=15)&lt;BR /&gt;/field=(name=group,pos=83,size=10)&lt;BR /&gt;/field=(name=record,pos=1,size=200)&lt;BR /&gt;/condition=(name=select_report1,&lt;BR /&gt;                     test=(group eq "WHMANAGER " ))&lt;BR /&gt;/include=(condition=select_report1,key=report,data=record)&lt;BR /&gt;ALPHA_ROB$$ &lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.</description>
      <pubDate>Fri, 23 Sep 2005 11:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928588#M32829</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-09-23T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928589#M32830</link>
      <description>Tried adding '/key' to the bottom, but no joy :-&lt;BR /&gt;&lt;BR /&gt;/field=(name=report,pos=1,size=15)&lt;BR /&gt;/field=(name=group,pos=83,size=10)&lt;BR /&gt;/field=(name=record,pos=1,size=200)&lt;BR /&gt;/condition=(name=select_report1,&lt;BR /&gt;                     test=(group eq "WHMANAGER " ))&lt;BR /&gt;/include=(condition=select_report1,key=report,data=record)&lt;BR /&gt;/key=(report,descending)&lt;BR /&gt;&lt;BR /&gt;Off home to think about it for the weekend!!&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 11:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928589#M32830</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-09-23T11:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928590#M32831</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;there is one example (see example 1) in the manual, which talks about ascending/descending:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_022.html#srt_specification_file" target="_blank"&gt;http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_022.html#srt_specification_file&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks a bit complicated though...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 23 Sep 2005 11:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928590#M32831</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-23T11:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928591#M32832</link>
      <description>Hello Rob,&lt;BR /&gt;&lt;BR /&gt;Try using either&lt;BR /&gt;&lt;BR /&gt;/include=(condition=select_report1,key=(report,descending),data=record)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;/include=(condition=select_report1,data=record)&lt;BR /&gt;/key=(report,descending)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 11:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928591#M32832</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-23T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928592#M32833</link>
      <description>Just put the word acsending or descending with the key spec: /key=(report,desc)&lt;BR /&gt;&lt;BR /&gt;Hein.</description>
      <pubDate>Fri, 23 Sep 2005 12:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928592#M32833</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-23T12:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: VMS SORT Specification Sort Sequence</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928593#M32834</link>
      <description>Cheers guys. I'd tried "key=report,descending" but didn't think to put it in parenthasis!&lt;BR /&gt;&lt;BR /&gt;This line worked fine for my sort spec in the end :-&lt;BR /&gt;&lt;BR /&gt;/include=(condition=select_report1,key=(report,descending),data=record)&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 03:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-sort-specification-sort-sequence/m-p/4928593#M32834</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-09-26T03:13:41Z</dc:date>
    </item>
  </channel>
</rss>

