home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cmsoriginal / cmsv2.ins < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. CMS Kermit Installation Instructions:
  2.  
  3. 1.  GLOBAL the necessary MACLIBs.  For SP, the MACLIBs used are:
  4.        DMSSP  CMSLIB  and TSOMAC
  5.     Issue the command:
  6.            GLOBAL MACLIB DMSSP CMSLIB TSOMAC
  7.  
  8. 2.  Rename the source files on the A disk:
  9.     COPY CMSMIT ASSEMBLE A KERMIT ASSEMBLE A (RECFM F LRECL 80
  10.     COPY CMSNXTFST ASSEMBLE A NEXTFST ASSEMBLE A (RECFM F LRECL 80
  11.     COPY CMSWILD ASSEMBLE A WILD ASSEMBLE A (RECFM F LRECL 80
  12.     
  13. 3.  Assemble the source files:
  14.     ASSEMBLE KERMIT
  15.     ASSEMBLE NEXTFST
  16.     ASSEMBLE WILD
  17.  
  18. 4.  Load the files into memory:
  19.     LOAD KERMIT NXTFST WILD (NOAUTO RESET KERMIT
  20.  
  21. 5.  Create a runnable version called KERMIT MODULE:
  22.     GENMOD KERMIT MODULE A (STR FROM KERMIT
  23.  
  24. 6.  To run CMS Kermit, simply type "KERMIT" to the system prompt.
  25.  
  26. Kermit-CMS uses an ASCII/EBCDIC translation table which conforms to
  27. the one given in the IBM System/370 Reference Summary.  If your site's
  28. translation table does not conform to the one Kermit uses, then enter
  29. the appropriate SET ATOE/ETOA commands in the SYSTEM KERMINI file.
  30. If your system's ASCII/EBCDIC translation is not invertible, Kermit
  31. will not and cannot work unless you change your system's table.
  32. See the Kermit-CMS chapter in the User's Guide for more information.
  33.  
  34. When CMS Kermit is to be used with a 7171, make sure the 7171 is set up
  35. with its "keyboard lock delay" parameter set to 0.  Otherwise, the "terminal"
  36. will hang whenever CMS Kermit clears the screen.  This happens consistently
  37. when the parameter is set to 10, and not at all when set to 0.  For numbers
  38. in between, the higher the number, the more it happens.  If you get this
  39. symptom and you can't change the 7171, have CMS Kermit issue a CP sleep
  40. after clearing the screen, before issuing the first full screen i/o.
  41.  
  42.