- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: numeric sorting script
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
06-02-2005 03:12 AM
06-02-2005 03:12 AM
Does OpenVMs (I have V7.3-1) have some form of sort command.
I want to get numbers from users and sort them out in ascending order and write to a file.
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.
Thanks in Advance.
Nipun
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:54 AM
06-02-2005 03:54 AM
Re: numeric sorting script
$ help sort
you can specify keys and so on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 06:04 AM
06-02-2005 06:04 AM
SolutionHowever, it may be worth pointing out that the VMS sort is strictly column based, and expect piced columns data.
The Unix sorts think in terms of 'fields' and may be easier to use for some problems.
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.
Sort: http://h71000.www7.hp.com/doc/731FINAL/6489/6489pro_contents_002.html#toc_chapter_9
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:36 AM
06-03-2005 12:36 AM
Re: numeric sorting script
Here is the operator log file.
Today morning I tried to again boot Sat2 but in the following sequence
Main server (completely up and running)
boot Sat2 (same error as before boostrap failure)
boot Sat1 (sucessfully booted)
I am attaching the log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:37 AM
06-03-2005 12:37 AM
Re: numeric sorting script
sorry for the mixup. This was supposed to go somewhere else.
The sort command worked fine for me and I got my work done. Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 03:52 PM
06-05-2005 03:52 PM
Re: numeric sorting script
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 !
If not found, a SYS$STARTUP:NET$LOGICALS.TEMPLATE should help you to create the NET$LOGICALS.COM !
AvR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 04:18 AM
06-08-2005 04:18 AM
Re: numeric sorting script
Performance is highly dependent on the data and working sets. We have found cases where larger working sets actually had slower sorts.
Finally, make sure that pagefilequota is larger than wsextent (which includes pql_mwsextent) or it will abort.
Often people think their wsextent is the UAF entry, but autogen set's pql_mwsextent equal to wsmax.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 07:15 AM
08-04-2005 07:15 AM