Multi-target changes
You can register a change to any catalog object on one system and import the change on multiple target systems. Changes are prepared on a central system and then applied to one or more target systems.
Before you begin
Admin Tool calls stored procedure ADBCRSP to update the change management database for
multi-target changes. You should configure the WLM address space so that it has access to load
modules ADBCRSP, ADB3000, and ADB9000 by copying these modules to a library defined in the STEPLIB
concatenation for the WLM address space. The following example uses the ADMIN.WLM.LOAD load module
data
set:
000024 //STEPLIB DD DSN=ADMIN.WLM.LOAD,DISP=SHR
000025// DD DSN=USER.TESTLIB,DISP=SHR
000026 // DD DSN=DB2A.UTLIB,DISP=SHR
000027 // DD DSN=DB2A.TESTLIB,DISP=SHR
000028 // DD DSN=DB2A.SDSNLOAD,DISP=SHR
000029 // DD DSN=DB2A.SDSNLOD2,DISP=SHR
000030 // DD DSN=CEEA.SCEERUN,DISP=SHRAbout this task
The following topics show you how you might deploy a change on multiple targets.