home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20538 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!rdg.dec.com!uvo.dec.com!e2big.mko.dec.com!adserv.enet.dec.com!winalski
  3. From: winalski@adserv.enet.dec.com (Paul S. Winalski)
  4. Subject: Re: Help a student in distress....
  5. Message-ID: <1993Jan7.182715.24495@e2big.mko.dec.com>
  6. Lines: 27
  7. Sender: usenet@e2big.mko.dec.com (Mr. USENET)
  8. Reply-To: winalski@adserv.enet.dec.com (Paul S. Winalski)
  9. Organization: Digital Equipment Corporation, Nashua NH
  10. References:  <20242.2b4c180e@ul.ie>
  11. Date: Thu, 7 Jan 1993 18:27:15 GMT
  12.  
  13.  
  14. In article <20242.2b4c180e@ul.ie>, 9120092@ul.ie writes:
  15. |>
  16. |>Call me a buthead but I've got a few rather simplistic questions to 
  17. |>pose to the great VMS minds out there.
  18.  
  19. There are no stupid questions, only stupid answers.
  20.  
  21. |>(1) How come DEC manuals have most of their examples in Fortran?
  22.  
  23. We've taken considerable pains over the years to provide the examples in
  24. various major languages.  I know of examples in the manuals in C, FORTRAN,
  25. Pascal, BASIC, COBOL, and MACRO.  Unlike Unix, the VMS world does not revolve
  26. around a single programming language.  I haven't actually counted how many
  27. examples there are in each language, so I can't say for sure whether or not most
  28. of them are in FORTRAN.  I tend to think not.
  29.  
  30. |>(2) In DEC's RMS who does the FAB and the RAB work, is it much different
  31. |>    from the FAT in Messy Dos (TM) ?
  32.  
  33. The FAB and RAB are data structures used to communicate between the application
  34. program and RMS.  They don't have any direct relationship to the VMS file
  35. system, which is called ODS-2 (On-Disk Structure version 2). ODS-2 is quite
  36. different from FAT.  Most importantly, it's far more robust.  Structural
  37. corruption of the file system on VMS is a rare occurrance.
  38.  
  39. --PSW
  40.