A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
4-10 Administrative Products for DB2 Installation Guide
Enabling the Product CLISTs
In this scenario, CHANGE MANAGER is installed on SSID DB41. The
product libraries have a high level qualifier of BMC.DB41.*. During the
installation, JCL and the BMCDB2 CLIST are generated into
BMC.DB41.JCL. The table shown in Figure 4-10 is added to the bottom
of the BMCDB2 CLIST.
Figure 4-10 Adding CHANGE MANAGER to Subsystem DB41
*DATA
*PROD SSID D/I DOPT PLAN APPL COLL_ID NICKNAME
*----|----|-|--------|--------|----|------------------|-----------------
ACM DB41 D ACMDOPD1 CM
vrm
CDF ACMB *
*LIB SSID Data Set Name
*----|----|-------------------------------|
EXIT DB41 'SYS3.DB41.DSNEXIT' *
LOAD DB41 'SYS2.DB2V41M.DSNLOAD' *
If the BMCDB2 CLIST in BMC.DB31.JCL is used to invoke CHANGE
MANAGER for both SSIDs, you must add the lines in Figure 4-11 to the
control table.
Figure 4-11 Running DB41 Administrative Products from the DB31 BMCDB2 CLIST
*DATA
*PROD SSID D/I DOPT PLAN APPL COLL_ID NICKNAME
*----|----|-|--------|--------|----|------------------|-----------------
ACM DB41 D ACMDOPD1 CM
vrm
CDF ACMB *
*LIB SSID Data Set Name
*----|----|-------------------------------|
EXIT DB41 'SYS3.DB41.DSNEXIT' *
LOAD DB41 'SYS2.DB2V41M.DSNLOAD' *
HLQ DB41 BMC.DB41 *
The HLQ in Figure 4-11 tells the BMCDB2 CLIST to use BMC.DB41 as
the high-level qualifier for products that are installed on SSID DB41.
Figure 4-12 on page 4-11 shows the updated table at the bottom of
BMC.DB31.JCL(BMCDB2).