home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / honeywellcp6a / hc6ker.bld < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. 13.5  Installation
  2.  
  3. 13.5.1  To start the installation of this version of KERMIT, put the following
  4.         files into the same account.  They may coexist with other files in
  5.         the account.
  6.  
  7.          HC6KERMIT_BLD      Section 13.5 (Installation) of HC6KERMIT_DOC
  8.          HC6KERMIT_C61      INCLUDEd file used in HC6KERMIT_PAR & _PL6 files
  9.          HC6KERMIT_DOC      Documentation for this version of CP-6 KERMIT
  10.          HC6KERMIT_FCC      HC6KERMIT_DOC file with Fortran Carriage Control
  11.          HC6KERMIT_HER      HERMAN.X source file; used to create HELP:KERMIT:
  12.          HC6KERMIT_INS      CP-6 XEQ file that customizes the HC6KERMIT_JCL
  13.          HC6KERMIT_JCL      File to !XEQ that creates KERMIT & HELP:KERMIT:
  14.          HC6KERMIT_PAR      Source file for the PARTRGE processor
  15.          HC6KERMIT_PL6      Source file for the PL-6 compiler
  16.          HC6KERMIT_UPD      List of changes/fixes made to CP-6 Kermit
  17.          HC6KERMIT_UPD_PAR  If present, CP-6 style updates to HC6KERMIT_PAR
  18.          HC6KERMIT_UPD_PL6  If present, CP-6 style updates to HC6KERMIT_PL6
  19.  
  20. 13.5.2  Change, via the !DIR command, your file management directory to the
  21.         account where the above files reside.
  22.  
  23. 13.5.3  Make a listing of HC6KERMIT_FCC by issuing the following command:
  24.          !LDEV LP30 LP,FORM='LONG'
  25.          !COPY HC6KERMIT_FCC TO LP30(VFC,FVFC)
  26.          !PRINT LP30
  27.  
  28. 13.5.4  Next, !XEQ HC6KERMIT_INS.  This file MUST be XEQ'd (not BATCH'd)
  29.         because it will ask various questions and then will change other files
  30.         based upon your answers to the questions.
  31.  
  32.         The logon account that HC6KERMIT_INS is XEQ'd from will need WRITE
  33.         access to the account where the HC6? files reside.
  34.  
  35. 13.5.5  Be certain that the account you will be running HC6KERMIT_JCL from is
  36.         authorized to run with the resources specified on the !RES/ORES
  37.         commands in the HC6KERMIT_JCL file.  Furthermore, that account must
  38.         have access to execute PL6.:SYS, PARTRGE.:SYS and HERMAN.X.
  39.  
  40. 13.5.6  Next, XEQ or BATCH HC6KERMIT_JCL.  This will create the KERMIT
  41.         run unit and the HELP:KERMIT: file, used by the CP-6 HELP facility.
  42.  
  43.         Note:  By default, the listings produced by the PL-6 compile and
  44.         PARTRGE will be EDGEMARK'd.  If you do NOT want them EDGEMARK'd,
  45.         include DEST=LP as a substitution on your XEQ/BATCH of HC6KERMIT_JCL.
  46.