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

  1. Xref: sparky comp.sys.dec:6528 comp.os.vms:19508
  2. Path: sparky!uunet!newsgate.watson.ibm.com!news.ans.net!cmcl2!rlgsc.com!gezelter
  3. From: gezelter@rlgsc.com
  4. Newsgroups: comp.sys.dec,comp.os.vms
  5. Subject: Re: Logicals
  6. Message-ID: <1992Dec18.012954.288@rlgsc.com>
  7. Date: 18 Dec 92 01:29:54 EST
  8. References: <1992Dec17.122619.14@condor>
  9. Organization: Robert Gezelter Software Consultant, Flushing, NY
  10. Lines: 34
  11.  
  12. In article <1992Dec17.122619.14@condor>, cfstmpab@logica.co.uk writes:
  13. > Could you tell me, is there a call/or approach to obtain the
  14. > text of a logical, a sort of 'lib$get_logical'?
  15. > Also we had a problem where we couldn't delete a logical from 
  16. > the group table at DCL but on a simple system service call, it
  17. > was cleared. 
  18. > Andrew Buckle 
  19. -- 
  20. Andrew,
  21.  
  22. The exact services that you are requesting are provided by the 
  23. library routines/system services:
  24.  
  25.         SYS$TRNLNM           Translate Logical Name (get value)
  26.         LIB$DELETE_LOGICAL   Delete Logical Name
  27.         LIB$SET_LOGICAL      Assign value to Logical Name
  28.  
  29. These routines are full described in the online HELP text as well 
  30. as in TFMs. I refer all readers to the grey wall and their 
  31. screens for the gory details.
  32.  
  33. I hope that the above information is helpful. If I can be of 
  34. further assistance, please send me an Email.
  35.  
  36. - Bob
  37. +--------------------------------------------------------------------------+
  38. | Robert "Bob" Gezelter                       E-Mail:  gezelter@rlgsc.com  |
  39. | Robert Gezelter Software Consultant         Voice:   +1 718 463 1079     |
  40. | 35-20 167th Street, Suite 215               Fax:       (on Request)      |
  41. | Flushing, New York  11358-1731                                           |
  42. | United States of America                                                 |
  43. +--------------------------------------------------------------------------+
  44.