home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / guts / guts.not < prev    next >
Text File  |  2020-01-01  |  3KB  |  51 lines

  1. 1
  2. -
  3.  SL                                                   February 11, 1985
  4. 0Some Installation notes for KERMIT-GUTS.
  5. +Some Installation notes for KERMIT-GUTS.
  6. +____ ____________ _____ ___ ___________
  7. -This version of KERMIT is a modification of the TSO version of KERMIT.
  8.  It has  been modified  and tested  for GUTS  version 3.7  but it  will
  9.  probably work with older versions as well.
  10. 0Since the DYNALLOC  program does not work for GUTS  files,  KERMIT can
  11.  only work with OS datasets.
  12.  The program  depends on a modification  in DYNALLOC which  will change
  13.  the prefix  of the DSN to  what the GUTS  user have set with  the /SET
  14.  INDEX= command.  It works like this:  If  the prefix of the DSN equals
  15.  the userid of the user the prefix will be changed to &INDEX.  The user
  16.  can override this by  typing a "'" before and after  the DSN.  If this
  17.  fix is  not present  the DSN will  by default  get the  prefix &USERID
  18.  (Just like TSO).
  19.  This GUTS modification to DYNALLOC (IEFDB401) is also supplied.   This
  20.  modification should be implemented as a user exit using SMP.
  21. 0With this  version of KERMIT it  is possible to specify  two different
  22.  unit names,  one for receiving and one for sending a file.  This means
  23.  that you can have a special unit  name for the receive command so that
  24.  the created  data set  will be  allocated on  the volume(s)   you have
  25.  indiated by the /SET UNIT= command.
  26.  And you can  have a different unit  name for the send  command so that
  27.  the dataset you want to send can reside on any volume.
  28. 0Two  translate  tables  between ASCII<==>EBCDIC  are  supplied.    One
  29.  USASCII  and one  ASCII with  modifications for  the swedish  national
  30.  characters.   English installations  should  use  the USACII  one  and
  31.  swedish installations  should use the swedish  version.   Installation
  32.  using  other  languages  may  have  to  modify  the  translate  tables
  33.  according to their national standards.
  34. 0The  KERMIT program  must be  called  via the  GUTSXTSO program,   the
  35.  GUTSXTSO program will make GUTS look more like TSO than usual.  It can
  36.  be called like this:
  37.  /INVOKE GUTSXTSO,KERMIT
  38.  The following settings should be set in GUTS before calling KERMIT:
  39.  %SET  NOXOFF,VT100,NOFILTER,LC=0
  40.  %SET  LW=244,NOEJECT,NOMSG,NOFOLD
  41. -
  42.  Included on the tape is:
  43. +________ __ ___ ____ __
  44.        GUTSNOTE        (This file)
  45.        GUTSASM         (The KERMIT assembler source code)
  46.        GUTSDYNA        (The DYNALLOC assembler source code)
  47.        GUTSEXIT        (User exit for dynalloc IEFDB401)
  48.        GUTSMAN         (The KERMIT-GUTS users manual)
  49.        GUTSPROC        (An example of a GUTS procedure for
  50.                         calling the KERMIT program)
  51.