home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / bit / listserv / pmdfl / 1966 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.2 KB  |  61 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!PITT.EDU!JJC+
  3. Errors-to: epmdf@YMIR.BITNET
  4. X-Envelope-to: PMDF-L@IRLEARN.BITNET
  5. X-VMS-To: IN%"IPMDF@YMIR.CLAREMONT.EDU", IN%"NED@INNOSOFT.COM"  "Ned Freed",
  6.           IN%"CRW@icf.hrb.com"  "Craig R. Watkins",
  7.           IN%"DAN@INNOSOFT.COM"  "Daniel C. Newman"
  8. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  9. Content-transfer-encoding: 7BIT
  10. Message-ID: <01GOJCYRVER696VTE2@YMIR.CLAREMONT.EDU>
  11. Date:         Tue, 8 Sep 92 19:21:06 GMT
  12. Sender:       PMDF Distribution List <PMDF-L@IRLEARN>
  13. From:         "Jeffrey J. Carpenter" <jjc+@PITT.EDU>
  14. Subject:      RE: BN_MASTER and SEND/FILE
  15. Newsgroups: bit.listserv.pmdf-l
  16. Lines: 43
  17.  
  18. Thanks for all your help.
  19.  
  20. The JNET Manual for version 3.4 has the following paragraph (on page 6-11):
  21.  
  22.     SEND/FILE adds "W=destuser" to any options supplied with the
  23.     /OPTIONS="text" qualifier.  It doesn't add "W=destuser" if "W=" or
  24.     "EXTWTR=" is manually specified in /OPTIONS, nor does it add
  25.     "W=destuser" if there's no destination user (sending to @NODE).
  26.     This default for external writer is useful for sites that send files
  27.     to MVS systems running JES2 and TSO.  It eliminates the need to
  28.     specify the "destination user" twice in a SEND/FILE command, as in
  29.     the following:
  30.  
  31.         $ SEND/FILE/OPTIONS="W=CHRIS" filename.dat CHRIS@MVSNODE
  32.  
  33.     /OPTIONS="" is the default.
  34.  
  35.  
  36. The problem is that it ONLY adds the external writer by default as the
  37. destination user if you also specify another option, such as
  38. "/OPTIONS=FORM=blah".   There doesn't seem to be a way to have it ONLY
  39. add the external writer by default.
  40.  
  41. What I ended up doing was creating a separate channel for our MVS
  42. machine and creating an option file that had:
  43.  
  44.     OPTIONS=FORMS=STANDARD
  45.  
  46. The "FORMS" option seemed to be the safest one to specify.
  47.  
  48. In my previous message, I mentioned using "OPTIONS=W=".  Reading the
  49. blurb above would lead you to believe that this would not include the
  50. external writer field.  Joiner (I can't remember their new name) Tech
  51. support told me that it would include it by default with "/OPTIONS=W=",
  52. but it ends up that the manual is correct, and it did not.
  53.  
  54. Everything seems to be working ok now.
  55.  
  56. Thanks again.
  57.  
  58.  
  59.  
  60.         jeff
  61.