Installation step 5: Define DB2 initialization parameters: DSNTIJUZ

Start of changeJob DSNTIJUZ generates the DB2® data-only load module DSNHMCID, the application defaults load module (dsnhdecp), and the subsystem parameter module. The application defaults load module is the name that was specified for the APPL DEFAULTS field on installation panel DSNTIPO3. The subsystem parameter module is the name that was specified for the PARAMETER MODULE field on installation panel DSNTIPO3.End of change

Procedure

To define DB2 initialization parameters:

  1. Start of changeVerify that data sets that are allocated by the SYSLMOD DD statements of this job are also allocated by the STEPLIB DD statements of the DSNMSTR address space for DB2.End of change
  2. If the DB2 distribution library prefix is different from the target library prefix, edit DSNTIJUZ to correct the data set name for prefix.ADSNLOAD.
  3. If you have not run the SMP/E ACCEPT job (DSNACEP1) of FMID HDBAA10, edit DSNTIJUZ to include the SMP/E temporary data set (SMPTLIB) in the concatenation for the ADSNLOAD DD statement in step DSNTIZQ. SMPTLIB is hlq.HDBAA10.F2, where hlq is from the GLOBAL SMP/E zone. Use the following SMP/E statements to get DSPREFIX:
    SET   BOUNDARY (GLOBAL).
    LIST  DDDEF ( SMPTLIB ).
  4. Insert the DSPREFIX value after SDSNLOAD and ADSNLOAD.
  5. Run job DSNTIJUZ.

    Start of changeIf you want DSNTIJUZ to establish SMP/E GENASM entries in the DB2 system parameter (DSN6xxxx) and application defaults module macros, you need to uncomment job step DSNTIMQ. Advanced SMP/E skills are recommended for users of job step DSNTIMQ. Read the job step prolog before proceeding. End of changeYou might receive message GIM65001 when you run steps DSNTLOG and DSNTIMQ, or you might receive a return code of 4 when you run step DSNTIMQ. You can ignore these messages.

  6. If job DSNTIJUZ fails or abends, correct the problem and rerun the job.