home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / vmutil / 1328 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.3 KB  |  35 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!VM.MARIST.EDU!HARRY
  3. Organization: Marist College
  4. Message-ID: <VM-UTIL%92073108573601@VM.MARIST.EDU>
  5. Newsgroups: bit.listserv.vm-util
  6. Date:         Fri, 31 Jul 1992 08:54:34 EDT
  7. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  8. From:         "A. Harry Williams" <HARRY@VM.MARIST.EDU>
  9. Subject:      Re: NETDATA File Creation Program
  10. In-Reply-To:  Message of Thu, 30 Jul 1992 23:33:07 CST from <IJIM@UMINN1>
  11. Lines: 22
  12.  
  13. On Thu, 30 Jul 1992 23:33:07 CST Jim Colten said:
  14. >On Thu, 30 Jul 1992 14:50:47 PDT Dwight M. McCann said:
  15. >>
  16. >>The need for the netdata requirement for output is that these files are
  17. >>being sent to MVS via RSCS and the records may be quite large.  Alternate
  18. >>suggestions are welcome.
  19. >>
  20. >>Dwight
  21. >
  22. >Well, if the original file already happens to be in NETDATA format, just use
  23. >
  24. >       CP TAG FILE nnnn node userid
  25. >
  26. >and then transfer the spoll file to RSCS.  But, I suspect that isn't your
  27. >situation.
  28. A nit, but since it would be going to MVS, the TAG should be
  29.    CP TAG FILE nnnn node userid W=userid
  30. otherwise, MVS will just end up trying to punch the file out,
  31. since it is a SYSOUT dataset(or will it try to print it?  I forget.
  32. either way, it won't make it available for TSO users to RECEIVE it.)
  33.  
  34. /ahw
  35.