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

  1. Path: sparky!uunet!cis.ohio-state.edu!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: Re: SET TRANSPORT command in VMS MAIL
  5. Message-ID: <0095F39A.9BFAB620.16676@swdev.si.com>
  6. Date: 17 Aug 92 13:48:09 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 14
  11.  
  12. Alan Zirkle's command procedure MAILUAF.COM, as you supplied it, probably won't 
  13. work.  It's full of "ENQUIRE" commands and there is no such command in DCL, 
  14. unless you've defined a symbol ENQUIRE.  The correct command is "INQUIRE", but 
  15. even then, READ/PROMPT should be used so that the responses aren't placed in the 
  16. recall buffer.  INQUIRE also has some other side effects that are, on occasion, 
  17. undesirable.
  18.  
  19. -----------------------------+--------------------------------
  20.  Brian Tillman               | Internet: tillman@swdev.si.com
  21.  Smiths Industries, Inc.     |
  22.  4141 Eastern Ave., MS129    | Hey, I said this stuff myself.
  23.  Grand Rapids, MI 49518-8727 | My company has no part in it.
  24. -----------------------------+--------------------------------
  25.  
  26.