home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mvssrc.zip / README < prev    next >
Text File  |  1992-04-13  |  2KB  |  47 lines

  1. Ths source for this MVS Gopher server distribution is available in
  2. two forms, a Zip file (MVSSRC.ZIP) and a TSO "TRANSMIT"ed dataset.
  3. (MVS.GOPHER.SRC.TRANSMIT).
  4.  
  5. The ZIP'd version was created by transferring each member of an MVS
  6. PDSinto a directory on a PC and then running PKZIP.  Here's the
  7. procedure for making use of this version:
  8.  
  9. 1. First, retrieve the MVSSRV.ZIP to your PC (or where ever you have
  10.    an un-zipper) as a binary file.
  11.  
  12. 2.  run PKUNZIP (or whatever you use to unzip) to extract all the
  13.     PDS source members.
  14.  
  15. 3.  Read the DOSREAD file that's in the ZIP archive for how to continue.
  16. ------------------------------------------------------------------------
  17.  
  18. If you want to use the TRANSMIT'ed archive, here's how.
  19.  
  20. 1.  Using the TCP/IP on your MVS system, FTP to the distribution
  21.     system.
  22.  
  23. 2.  Insure that your MVS FTP client is going to create a file with
  24.     a RECFM=FB, LRECL=80, BLKSIZE=3120.  If you're running IBM's
  25.     TCP/IP, issue the command:
  26.  
  27.         LOCSITE RECFM=FB LRECL=80 BLKSIZE=3120
  28.  
  29.     (if you're not running IBM's TCP/IP you almost certainly can't
  30.      use this anyway...)
  31.  
  32. 3.  set your file type to BINARY.
  33.  
  34. 4.  Retrieve the MVS.GOPHER.SRC.TRANSMIT file.
  35.        >>> This should create a dataset called
  36.            <your_prefix>.MVS.GOPHER.SRC.TRANSMIT
  37.  
  38. 5.  Run the TSO RECEIVE command to create the source PDS;
  39.     The TSO command is:
  40.  
  41.      RECEIVE INDSN(MVS.GOPHER.SRC.TRANSMIT)
  42.  
  43.        >>> This should create a dataset called
  44.        >>> <your_prefix>.TCPIP.C
  45.  
  46. 6.  See the $$DOC  & DOSREAD members for more information.
  47.