Install NLF

Like DSQ3EINS, DSQ3nINS is run only once.

  1. Edit DSQ3nINS for the following:
    1. Delete the first line of the file, starting with CATALOG.
    2. Change all instances of ..* to * with the following command:
      ch /..*/*/ *
    3. Delete the last two lines of the file, leaving the end-of-job statement.
    4. Locate the three setparms and ensure that they are set to YES:
      // SETPARM STEP1=YES    *-- DEFINE CLUSTER DSQPNLn
      // SETPARM STEP2=YES    *-- LOAD DSQPNLn
      // SETPARM STEP3=YES    *-- LOAD QMF MAPS TO ADMF
    5. Verify or correct the QMF library and sublibrary names. Change the names accordingly if they were changed from the default PRD2.PROD library.
    6. Supply one or more volume IDs for the VSAM cluster that holds the national language version of the QMF panel file. Locate this cluster definition under job step 1:
      // EXEC IDCAMS,SIZE=AUTO
       DEFINE CLUSTER ( -
         NAME (QMF720.DSQPNLn ) -
         RECORDS (1200 50) -
         SHAREOPTIONS (3) -
         RECORDSIZE (1920  32756) -
         VOLUMES (--V001--) -
  2. File DSQ3nINS and run the job.
[ Previous Page | Next Page | Contents | Index ]