For migration to Db2 12, you must define initialization parameters in
the subsystem parameter module (DSNZPxxx) and application defaults load module
(dsnhdecp), and define the offline message generator CCSID
(DSNHMCID).
Before you begin
If
the Db2 subsystem that you are migrating
has only one bootstrap data set (BSDS), add second BSDS before you migrate. For more information,
see Adding a second BSDS.
About this task
The subsystem parameter module (DSNZP
xxx) and
application defaults module (
dsnhdecp) names are specified in the following
DSNITPO3 installation panel fields:
Procedure
To define the Db2 12
initialization parameters, complete the following steps:
-
Run job DSNTIJUZ.
Job DSNTIJUZ defines the Db2 data-only subsystem parameter module
(DSNZPxxx), which consists of the expansion of the following macros: DSN6ARVP,
DSN6FAC, DSN6GRP, DSN6LOGP, DSN6SPRM, and DSN6SYSP.
You might need to make the following adjustments before running the job:
- If you added a STEPLIB DD statement to the Db2 start procedures ahead of
prefix.SDSNEXIT and prefix.SDSNLOAD, you can move the SYSLMOD
output to that library.
Important: If the DSNTIJUZ job ends with return code
4, check that any warning messages can be safely ignored before continuing to the next
step.
-
Run job DSNTIJUA.
Job DSNTIJUA defines the Db2 data-only application defaults module.
You might need to make the following adjustments before running the job:
- If you added a STEPLIB DD statement to the Db2 start procedures ahead of
prefix.SDSNEXIT and prefix.SDSNLOAD, you can move the SYSLMOD
output to that library.
For more information, see Job DSNTIJUA: define data-only application defaults module.
-
Run job DSNTIJUM.