home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20542 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  2.7 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!NSCVAX.PRINCETON.EDU!dragon
  2. From: dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: Help a student in distress....
  5. Message-ID: <0096642B.AD273E80.32281@nscvax.princeton.edu>
  6. Date: 7 Jan 93 20:48:45 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 52
  11.  
  12.  
  13.     Peter O'Brien <9120092@ul.ie> writes:
  14. >
  15. >Call me a buthead but I've got a few rather simplistic questions to
  16.  
  17.     Ok. :-)
  18.  
  19. >pose to the great VMS minds out there.
  20. >(1) How come DEC manuals have most of their examples in Fortran?
  21.  
  22.     Because Fortran is still the closest thing to a "universal" 
  23. language?  Imagine the trouble and expense to create and publish examples 
  24. in ADA, ALGOL, BASIC, BLISS, C, COBOL, CORAL, FORTRAN, JOVIAL, MODULA-2, 
  25. Pascal, SAIL, etc.
  26.  
  27. >
  28. >(2) In DEC's RMS who does the FAB and the RAB work, is it much different
  29. >    from the FAT in Messy Dos (TM) ?
  30.  
  31.     The FAB and RAB bear little or no relation to the FAT in MS-DOS.
  32. The FAB and the RAB are data structures required by the SYS$OPEN and
  33. SYS$CONNECT routines.  They are created and filled in by programmer or by a
  34. language RTL; e.g. Fortran OPEN or C fopen().  Most people never have to
  35. deal with them except indirectly, by specifying parameters in the OPEN.
  36.  
  37. >
  38. >and more importantly as I require this information soon
  39. >(3) Does anybody have any working examples of SMG's used in Cobol (cough cough)?
  40. >    In particular SMG$CREATE_MENU. I would really appreciate this as the
  41. >    VMS ver 3 manuals that are available to me don't mention a thing
  42. >    about it. I know about it 'cause it's in the Ver 5.? help facility.
  43. >
  44.  
  45.     I'd strongly advise the purchase of the necessary manuals.  It is
  46. difficult or impossible to do any serious programming without access to a
  47. more or  less current set of manuals.  There may be someone out there who
  48. is willing to admit to using COBOL, and who has some example code but I
  49. wouldn't count on it.  You will be very lucky to find someone with examples 
  50. in Fortran :-).
  51.  
  52.     If you require the information soon, it would have been wise to 
  53. have requested it long ago!
  54.  
  55.  
  56. *************************************************************************
  57. *                                                                       *
  58. *                        Here, there be dragons!                        *
  59. *                      dragon@nscvax.princeton.edu                      *
  60. *                                                                       *
  61. *                                                Richard B. Gilbert     *
  62. *************************************************************************
  63.  
  64.