home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / dec / 6553 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Xref: sparky comp.sys.dec:6553 comp.os.vms:19568
  2. Path: sparky!uunet!think.com!ames!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  3. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  4. Newsgroups: comp.sys.dec,comp.os.vms
  5. Subject: Re: Logicals
  6. Date: 19 Dec 1992 12:52:28 GMT
  7. Organization: HST Wide Field/Planetary Camera
  8. Lines: 25
  9. Distribution: world
  10. Message-ID: <1gv5ucINNlv7@gap.caltech.edu>
  11. References: <1992Dec17.122619.14@condor>,<1992Dec18.012954.288@rlgsc.com>
  12. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  13. NNTP-Posting-Host: sol1.gps.caltech.edu
  14.  
  15. In article <1992Dec18.012954.288@rlgsc.com>, gezelter@rlgsc.com writes:
  16. =In article <1992Dec17.122619.14@condor>, cfstmpab@logica.co.uk writes:
  17. => Could you tell me, is there a call/or approach to obtain the
  18. => text of a logical, a sort of 'lib$get_logical'?
  19. => 
  20. => Also we had a problem where we couldn't delete a logical from 
  21. => the group table at DCL but on a simple system service call, it
  22. => was cleared. 
  23.  
  24. You were probably trying to delete the logical at the wrong access mode.
  25. There are three access mode at which the DEASSIGN command can work:
  26.     USER_MODE:  Normally not a problem, because these go away automatically
  27.         at image rundown;
  28.     SUPERVISOR_MODE:  The default access mode;
  29.     EXECUTIVE_MODE:  This is the mode at which the logical name was
  30.         probably defined.  To delete the logical, you need to
  31.         DEASSIGN/EXEC.
  32. --------------------------------------------------------------------------------
  33. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  34.  
  35. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  36. understanding of astronomy is purely at the amateur level (or below).  So
  37. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  38. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  39. hold me responsible for it, but my organization had nothing to do with it.
  40.