Generating tailored Db2 migration or function level activation jobs in the background
You can run a batch job to invoke the Db2 installation CLIST as a background process to generate JCL jobs and other artifacts, without viewing the Db2 installation CLIST panels in interactive mode. You can use this approach to generate artifacts for migrating Db2 to a new release or activating Db2 function levels.
Before you begin
You must use SMP/E to load the required Db2 13 libraries, as described in Making the Db2 product code available. At minimum, generating Db2 installation, migration, or function level activation jobs requires the following Db2 load libraries:
- prefix.SDSNCLST
- prefix.SDSNSPFM
- prefix.SDSNSPFP
- prefix.SDSNSAMP
- prefix.SDSNIVPD (only if generating z/OSMF artifacts)
Ensure that the PTF for APAR PH52482 is applied in Db2 13.
Restriction: If you are preparing to install a new Db2 subsystem, you must run the Db2 installation CLIST in interactive mode instead. See Generating tailored installation, migration, or function level activation jobs by running the Db2 installation CLIST in interactive mode.
About this task
By running the DSNTIJBC batch job with current and valid input files, you can avoid running the Db2 installation CLIST in interactive mode to submit or accept parameter values on every panel. This approach is especially useful if you are migrating or activating function levels for many Db2 subsystems.
The DSNTIJBC batch job included two steps:
- Executes the DSNTIFMT program, which formats member DSNTINST, which is the Db2 installation CLIST, into a new member named DSNTINSB that can be run in batch mode.
- Runs the ISPSTART command to run DSNTINSB in batch mode.
Procedure
What to do next
You can use the generated JCL jobs and input files to complete the following activities: