home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11491 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usenet.coe.montana.edu!selway.umt.edu!maynard
  3. From: maynard@selway.umt.edu (Robert L Maynard)
  4. Subject: Re: Symbol libraries in dos
  5. Message-ID: <1992Dec18.004643.28743@selway.umt.edu>
  6. Summary: symbol TABLES, really
  7. Organization: University of Montana
  8. References: <724051521.AA09634@csource.oz.au> <Bz81yG.EIp@NCoast.ORG>
  9. Date: Fri, 18 Dec 1992 00:46:43 GMT
  10. Lines: 16
  11.  
  12.  
  13. A VMS process gets 1 or more logical name tables and 1 or more symbol tables.
  14. symbols in VMS are like verbs.
  15. logical names are like nouns.
  16. SYS$COMMAND is an alias for your terminal, like stdout in (*)NIX.
  17. There is a defined heirarchy of tables, like the heirarchy of a (*)NIX file
  18. system.
  19.  
  20. SOME of the logical names are no more than global variables like "errno".
  21.  
  22. SYS$STATUS can be looked at after a DCL ( DEC command language ) operation
  23. to see if it succeeded.  Can't remember more right now, would have to look
  24. at the proverbial "five-foot shelf of documentation" or the VMS HELP files.
  25.  
  26. Bob
  27.  
  28.