home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / vms / 14867 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.6 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!swdev.si.com!tillman
  2. From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
  3. Newsgroups: comp.os.vms
  4. Subject: Re: RECALL/OUTPUT=filename (supplement)
  5. Message-ID: <0096067B.0FC65A80.27950@swdev.si.com>
  6. Date: 10 Sep 92 14:20:11 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 34
  11.  
  12. Brian Downing (bdowning@mary.fordham.edu) writes:
  13.  
  14. >    Try $ DEFINE/EXECUTIVE SYS$OUTPUT filename
  15. >        $ RECALL/ALL
  16. >        $ DEASSIGN SYS$OUTPUT
  17. >
  18. >That works for me. $ SHOW LOGICAL/PROCESS SYS$OUTPUT
  19. >shows that SYS$OUTPUT is defined for both supervisory and executive modes.
  20.  
  21. This only works for you because you have SYSNAM privilege, perhaps.  
  22. DEFINE/EXECUTIVE_MODE is allowed only if you have SYSNAM.  It is converted to 
  23. /SUPERVISOR_MODE if you do not have SYSNAM.
  24.  
  25. I just tried the original suggestion.  Here's the results:
  26.  
  27. $ define sys$output test.dat
  28. $ recall/all
  29. $ deassign sys$output
  30. $ type test.dat
  31.  1 def sys$output test.dat
  32.  2 sho log/ful sys$output
  33.  3 hel def
  34. $
  35.  
  36. I did this with absolutely no privileges other than TMPMBX and NETMBX.  With VMS 
  37. V5.5, it works as described, as I have demonstrated, at least to myself.
  38.  
  39. -----------------------------+--------------------------------
  40.  Brian Tillman               | Internet: tillman@swdev.si.com
  41.  Smiths Industries, Inc.     |
  42.  4141 Eastern Ave., MS129    | Hey, I said this stuff myself.
  43.  Grand Rapids, MI 49518-8727 | My company has no part in it.
  44. -----------------------------+--------------------------------
  45.  
  46.