- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- undocumented CLD/CLI$ features
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
02-05-2007 07:38 AM
02-05-2007 07:38 AM
undocumented CLD/CLI$ features
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1097096
Hein gives this SORT command line solution:
$ sort/key=(pos:46,size:4,des)/key=(pos:43,siz:2,des)/key=(pos:40,siz:2,des)/key=(pos:51,siz:8,des)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 08:31 AM
02-05-2007 08:31 AM
Re: undocumented CLD/CLI$ features
SORTMERGE is the exception.
It uses CLI$NEXT_QUAL
Not too many public references on that.
But comp.os.vms probably has enough for you:
Try this:
http://groups.google.com/group/comp.os.vms/search?group=comp.os.vms&q=CLI$NEXT_QUAL
Enjoy,
Hein van den Heuvel
HvdH Performance Consulting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 08:31 AM
02-05-2007 08:31 AM
Re: undocumented CLD/CLI$ features
From my quick reading of the BLISS listing it looks like SORT uses a call that is documented in the utilities routine manual to get each qualifier in turn and does its own processing of the qualifier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:59 AM
02-05-2007 11:59 AM
Re: undocumented CLD/CLI$ features
My recollection is this feature was specially created for SORT to implement the /KEY qualifier. Nothing else uses it, and it's not documented or supported for "ordinary" users of CLD.
>(for example what is the difference
>between using type=$file, $infile, or
>$outfile ?)
All check that the object is a valid filespec prior to activating the image. I think the intention may be more for self documentation in the CLD than anything else. A rudimentary test didn't find any differences (I thought maybe "$outfile" would prevent wildcards, or $infile would have to exist, but they don't seem to make any difference).
I guess you need to go hunting in the sources. Note that even a very old results disk would be sufficient - maybe you can get hold of someone's cast off?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 03:05 PM
02-05-2007 03:05 PM
Re: undocumented CLD/CLI$ features
q