home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / vmutil / 1331 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.2 KB

  1. Path: sparky!uunet!stanford.edu!lll-winken!elroy.jpl.nasa.gov!usc!sdd.hp.com!swrinde!gatech!paladin.american.edu!auvm!UCSBVM.BITNET!DWIGHT
  2. From: DWIGHT@UCSBVM.BITNET (Dwight M. McCann)
  3. Newsgroups: bit.listserv.vm-util
  4. Subject: Re: NETDATA File Creation Program
  5. Message-ID: <920731.080133.PDT.DWIGHT@UCSBVM>
  6. Date: 31 Jul 92 15:01:33 GMT
  7. Sender: VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  8. Organization: University of California at Santa Barbara
  9. Lines: 34
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. In-Reply-To:  Message of Thu, 30 Jul 1992 23:33:07 CST from <IJIM@UMINN1>
  12.  
  13. On Thu, 30 Jul 1992 23:33:07 CST Jim Colten said:
  14. >
  15. >Well, if the original file already happens to be in NETDATA format, just use
  16. >
  17. >       CP TAG FILE nnnn node userid
  18. >
  19. >and then transfer the spoll file to RSCS.  But, I suspect that isn't your
  20. >situation.
  21.  
  22. Correct!  Files are being produced at a remote MVS site.  The files are
  23. needed at a local MVS site.  The files are used as part of a local process
  24. using local JCL, etc. at the local site, and the files are needed as OS
  25. disk files in the local MVS system with locally specified DSNames, etc.
  26. This process is currently being handled manually using a variety of different
  27. means (tapes by next-day air being the target of this exercise).  I am
  28. trying to demonstrate that a service machine running in VM can automate the
  29. process using a few simple control files.  This will save trips to the air-
  30. port, tape handling, delays caused by bad tapes, etc.  Other parts of this
  31. process are handled by folks staying up late at night to manually process
  32. files via CMS.  The systems involved are part of BITNET.
  33.  
  34. I wish to take the NETDATA file and cause it to become an OS dataset with
  35. a locally specified dsname on our MVS system using PGM=IKJEFT01.  So what
  36. I really need is a way to take the file, intact, wrap JCL around it and
  37. sent it as an MVS job ... and Yossie Silverman pointed out that I probably
  38. don't need to decode the file at all ... just punch JCL, copy the input
  39. netdata card images, punch more JCL, and send the job to MVS.  Hope it
  40. works!
  41.  
  42. I will have more complicated things to do with netdata later, so am col-
  43. lecting and saving all suggestions (while wondering why I didn't think of
  44. them myself ;-) )
  45.  
  46. Dwight
  47.