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

  1. This distribution is an MVS Gopher server.  To compile this source code on
  2. MVS, follow the instructions below.  For more information, see the $$DOC
  3. member.
  4.  
  5. 1.  Create a PDS dataset with the following attributes:  (these are what the
  6.     the original source PDS had... if you want something more reasonable,
  7.     feel free...)
  8.  
  9.            RECFM      VB
  10.            LRECL     255
  11.            BKLSIZE 23200
  12.            SPACE    2,30 TRKS
  13.            DIRBLKS    10
  14.  
  15. 2.  Start an FTP session and put all of the created files into the PDS.
  16. 3.  Modify the COMPILE job so that it points to your dataset
  17. 4.  Modify the COMPILE job so it points to the appropriate C & TCP libraries.
  18. 5.  Modify the COMPILE job so it has an appropriate JOB card & UNIT definitions
  19. 6.  Run the COMPILE job
  20. 7.  Modify the SAMPLINK member so it reflects datasets on your system
  21. 8.  Modify the SAMPRUN job so it points to your loadlib
  22. 9.  Run the SAMPRUN job to try out the server.
  23.  
  24. Have fun!
  25.