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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ucbvax!gwdgv1.dnet.gwdg.de!moeller
  2. From: moeller@gwdgv1.dnet.gwdg.de ("GWDGV1::MOELLER")
  3. Newsgroups: comp.os.vms
  4. Subject: re^2: Running LOGINOUT
  5. Message-ID: <9301090033.AA23339@ucbvax.Berkeley.EDU>
  6. Date: 8 Jan 93 19:32:51 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 24
  11.  
  12. Chris_F_Chiesa@cup.portal.com asks:
  13. > Is it possible that the "running LOGINOUT" issue, with the VMS docs very
  14. > uncharacteristically tiptoeing around the subject, might be related to the
  15. > thoroughly undocumented nature of my favorite Mystery System Service,
  16. > SYS$CLI?
  17. >[...]
  18.  
  19. It's DCL.EXE that is ugly, and so is SYS$CLI, which directly calls
  20. an entry point in whatever CLI image you have (normally that means DCL).
  21. All intended functionality of DCL's SYS$CLI is available cleanly
  22. via LIB$ calls, so there's no point in hacking around.
  23.  
  24. If you're in for undocumented SYS$ routines,
  25. SYS$IMGACT & SYS$IMGFIX might come a little closer.
  26.  
  27. LOGINOUT is still another (slowly moving) target,
  28. doing a few kernel/exec mode things that no SYS$ call will give you.
  29.  
  30. You'll have to read the "VMS fiches" (aka. VMS LISTING CDs)!
  31.  
  32. Wolfgang J. Moeller, GWDG, D-3400 Goettingen, F.R.Germany | Disclaimer ...
  33. PSI%(0262)45050352008::MOELLER      Phone: +49 551 201516 | No claim intended!
  34. Internet: moeller@gwdgv1.dnet.gwdg.de   | This space intentionally left blank.
  35.  
  36.