Install NLF
Like DSQ3EINS, DSQ3nINS is run
only once.
- Edit DSQ3nINS for the following:
- Delete the first line of the file, starting with CATALOG.
- Change all instances of ..* to * with the following command:
ch /..*/*/ *
- Delete the last two lines of the file, leaving the end-of-job
statement.
- 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
- Verify or correct the QMF library and sublibrary names. Change
the names accordingly if they were changed from the default PRD2.PROD library.
- 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--) -
- File DSQ3nINS and run the job.
[ Previous Page | Next Page | Contents | Index ]