13.5 Installation 13.5.1 To start the installation of this version of KERMIT, put the following files into the same account. They may coexist with other files in the account. HC6KERMIT_BLD Section 13.5 (Installation) of HC6KERMIT_DOC HC6KERMIT_C61 INCLUDEd file used in HC6KERMIT_PAR & _PL6 files HC6KERMIT_DOC Documentation for this version of CP-6 KERMIT HC6KERMIT_FCC HC6KERMIT_DOC file with Fortran Carriage Control HC6KERMIT_HER HERMAN.X source file; used to create HELP:KERMIT: HC6KERMIT_INS CP-6 XEQ file that customizes the HC6KERMIT_JCL HC6KERMIT_JCL File to !XEQ that creates KERMIT & HELP:KERMIT: HC6KERMIT_PAR Source file for the PARTRGE processor HC6KERMIT_PL6 Source file for the PL-6 compiler HC6KERMIT_UPD List of changes/fixes made to CP-6 Kermit HC6KERMIT_UPD_PAR If present, CP-6 style updates to HC6KERMIT_PAR HC6KERMIT_UPD_PL6 If present, CP-6 style updates to HC6KERMIT_PL6 13.5.2 Change, via the !DIR command, your file management directory to the account where the above files reside. 13.5.3 Make a listing of HC6KERMIT_FCC by issuing the following command: !LDEV LP30 LP,FORM='LONG' !COPY HC6KERMIT_FCC TO LP30(VFC,FVFC) !PRINT LP30 13.5.4 Next, !XEQ HC6KERMIT_INS. This file MUST be XEQ'd (not BATCH'd) because it will ask various questions and then will change other files based upon your answers to the questions. The logon account that HC6KERMIT_INS is XEQ'd from will need WRITE access to the account where the HC6? files reside. 13.5.5 Be certain that the account you will be running HC6KERMIT_JCL from is authorized to run with the resources specified on the !RES/ORES commands in the HC6KERMIT_JCL file. Furthermore, that account must have access to execute PL6.:SYS, PARTRGE.:SYS and HERMAN.X. 13.5.6 Next, XEQ or BATCH HC6KERMIT_JCL. This will create the KERMIT run unit and the HELP:KERMIT: file, used by the CP-6 HELP facility. Note: By default, the listings produced by the PL-6 compile and PARTRGE will be EDGEMARK'd. If you do NOT want them EDGEMARK'd, include DEST=LP as a substitution on your XEQ/BATCH of HC6KERMIT_JCL.