home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13740 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.1 KB

  1. Path: sparky!uunet!olivea!decwrl!mips!swrinde!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!msus1.msus.edu!stafford.winona.msus.edu!user
  2. From: Stafford@Vax2.Winona.MSUS.EDU (Stafford)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: RE: get first name
  5. Message-ID: <Stafford-170892162849@stafford.winona.msus.edu>
  6. Date: 17 Aug 92 22:37:28 GMT
  7. References: <0C6CBAB4963FC0905E@sb.hhs.dk>
  8. Followup-To: comp.os.vms
  9. Organization: msus
  10. Lines: 15
  11. Nntp-Posting-Host: stafford.winona.msus.edu
  12.  
  13. In article <0C6CBAB4963FC0905E@sb.hhs.dk>, ARNE@ko.hhs.dk (Arne Vajhxj)
  14. wrote:
  15. > > >You can not get the owner-fiels from SYSUAF by DCL (not until DEC implements....[deleted]
  16.  
  17. Right and as you know, unless SYSUAF is public read or the proc has privs,
  18. you cannot really get the OWNER field.
  19.  
  20. Our workaround is a tiny job that dumps SYSUAF USERNAME & OWNER
  21. entries (under specific directories such as FACULTY:, STUDENT:,
  22. STAFF:, to avoid verboten entries) to a public ISAM file which
  23. is parsed simply via DCL. Too simpleminded to be interesting,
  24. but it works.  The file is updated regularly in batch.
  25.  
  26. jjs
  27.