home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4984 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.8 KB  |  43 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!unixhub!fnnews.fnal.gov!overload.lbl.gov!zeus.ieee.org!europa.asd.contel.com!paladin.american.edu!auvm!AMAIL.AMDAHL.COM!JACK.HAMILTON
  3. Message-ID: <m0mofGI-0000hcC@juts.ccc.amdahl.com>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Mon, 9 Nov 1992 11:53:00 PT
  6. Reply-To:     jack.hamilton@AMAIL.AMDAHL.COM
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         jack.hamilton@AMAIL.AMDAHL.COM
  9. Subject:      re: FTP Transport: Thanx, etc.
  10. Comments: To: apple!ohstvma.bitnet!sas-l@juts.ccc.amdahl.com
  11. Lines: 30
  12.  
  13. David Nasser (nasser@umslvma.bitnet) wrote:
  14. >
  15. > The _good_ news is that it worked. Due to a lack of compatible tape
  16. > drives, the only (serious) alternative was to download what turned out to be
  17. > about 20 mb to floppy disks (Cringe!).
  18.  
  19. I think there would be a market for a floppy-disk drive for mainframes -
  20. something which would allow you to use JCL like:
  21.  
  22.    //OUTPUT DD DISP=NEW,UNIT=HDFLOP,DSN=MYDATA.TXT
  23.  
  24. and would write your file to a floppy (or floppies), automatically labelling
  25. each one.
  26.  
  27. > The _not-so-good_ news is that it was sloooooooooow. Transfer rate
  28. > averaged about 1 kb/sec. Terminal session on (dialed-in) PC was
  29. > dedicated to FTP for perhaps 5 hours. Anybody ever heard of running
  30. > FTP in MVS batch??
  31.  
  32. Yes.  IBM's ftp for MVS supports it.  It's documented in "IBM TCP/IP V2R2 for
  33. MVS: User's Guide", SC31-6088-01.  Basically, you have a batch step PGM=FTP
  34. withan INPUT DD pointing to the commands and an OUTPUT DD pointer to a printer
  35. or print file.
  36.  
  37. I haven't tried this myself, but I have run ftp from within an interactive
  38. SAS session, and that works.  You have to have ftp running on your PC as a
  39. TSR.
  40.  
  41. There are some interesting applications for this.  For example, you can run
  42. a batch job overnight which will print results to your PC printer.
  43.