home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18289 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Novice to VAX/VMS and Ultrix needs help.
  5. Date: 21 Nov 1992 03:14:51 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 44
  8. Distribution: world
  9. Message-ID: <1ek9jbINNpks@gap.caltech.edu>
  10. References: <By1H6u.7qG@constellation.ecn.uoknor.edu>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <By1H6u.7qG@constellation.ecn.uoknor.edu>, rpkurapa@cougar.ecn.uoknor.edu (Ram Prasad Kurapati) writes:
  15. >
  16. >I am working on a project.  A part of the project work is to convert the code
  17. >written in vax pascal to Pascal running on ultrix on DEC Station 5000/25.  The 
  18. >program which is written in vax has some system calls.  Is there any source from
  19. >which I can find the equivalent ultrix system calls for the vax system calls. 
  20. >In particular the vax system calls for which I need the ultrix equivalence are:
  21. >  
  22. >  SYS$ASSIGN
  23.  
  24. open()
  25.  
  26. >  SYS$QIO
  27.  
  28. No equivalent that I know of.
  29.  
  30. >  SYS$QIOW
  31.  
  32. Sometimes read(), sometimes write(), sometimes devctl() or ttctl().
  33.  
  34. >  SYS$CANCEL
  35.  
  36. No equivalent that I know of.
  37.  
  38. >  SYS$SYS$BRDCST
  39.  
  40. system(write()) or system(wall())
  41.  
  42. >  SYS$TRNLOG
  43.  
  44. No equivalent.
  45.  
  46. >  SYS$CANTIM
  47. >  SYS$SETIMR
  48.  
  49. I don't know.
  50. --------------------------------------------------------------------------------
  51. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  52.  
  53. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  54. understanding of astronomy is purely at the amateur level (or below).  So
  55. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  56. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  57. hold me responsible for it, but my organization had nothing to do with it.
  58.