- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS SORT Specification Sort Sequence
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:06 AM
09-23-2005 04:06 AM
ALPHA_ROB$$ SORT /SPECIFICATION=robsort.tmp /sequ dsk$webreports rob.tmp
ALPHA_ROB$$ typ robsort.tmp
/field=(name=report,pos=1,size=15)
/field=(name=group,pos=83,size=10)
/field=(name=record,pos=1,size=200)
/condition=(name=select_report1,
test=(group eq "WHMANAGER " ))
/include=(condition=select_report1,key=report,data=record)
ALPHA_ROB$$
Cheers, Rob.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:15 AM
09-23-2005 04:15 AM
Re: VMS SORT Specification Sort Sequence
/field=(name=report,pos=1,size=15)
/field=(name=group,pos=83,size=10)
/field=(name=record,pos=1,size=200)
/condition=(name=select_report1,
test=(group eq "WHMANAGER " ))
/include=(condition=select_report1,key=report,data=record)
/key=(report,descending)
Off home to think about it for the weekend!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:53 AM
09-23-2005 04:53 AM
Re: VMS SORT Specification Sort Sequence
there is one example (see example 1) in the manual, which talks about ascending/descending:
http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_022.html#srt_specification_file
It looks a bit complicated though...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 04:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2005 05:19 AM
09-23-2005 05:19 AM
Re: VMS SORT Specification Sort Sequence
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2005 08:13 PM
09-25-2005 08:13 PM
Re: VMS SORT Specification Sort Sequence
This line worked fine for my sort spec in the end :-
/include=(condition=select_report1,key=(report,descending),data=record)
Rob.