home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14564 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  691 b 

  1. Path: sparky!uunet!olivea!decwrl!zazen!news
  2. From: johnson@uwmfe.neep.wisc.edu (Bob Johnson)
  3. Newsgroups: comp.os.vms
  4. Subject: fast sort routine
  5. Message-ID: <1992Sep3.235531.7036@macc.wisc.edu>
  6. Date: 4 Sep 92 01:46:06 GMT
  7. Sender: news@macc.wisc.edu (USENET News System)
  8. Organization: University of Wisconsin Academic Computing Center
  9. Lines: 7
  10.  
  11. Does anybody have a very fast sort routine like the DCL SORT command?
  12. I need a program to sort 150000 numbers.  I can write them to a file and 
  13. spawn SORT and then read them in again, but this seems to be a waste of 
  14. time.  I cannot find a way to call the SORT routine from a program without 
  15. the use of files.  Thanks.
  16.  
  17. johnson@uwmfe.neep.wisc.edu
  18.