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