Generating tailored migration jobs for data sharing members

The process of migrating data sharing members to Db2 13 involves running some of the migration jobs. Before you can run the migration jobs, you must generate tailor the JCL jobs and input for your Db2 environment.

Before you begin

Before you begin to migrate subsequent members to Db2 13, migrate the first data sharing member. For more information, see Migrating the first member of a group to Db2 13.

Tip: Start of change You can avoid working through the Db2 installation CLIST panels in interactive mode by running a batch job with valid input files to generate the required JCL jobs and input files with a background process. See Generating tailored Db2 migration or function level activation jobs in the background.End of change

Procedure

Generate tailored migration jobs for the subsequent Db2 data sharing members.Start of changeYou can use the DSNTIJBC batch job or the Db2 installation CLIST.End of change
Start of change
Tip: Start of change You can avoid working through the Db2 installation CLIST panels in interactive mode by running a batch job with valid input files to generate the required JCL jobs and input files with a background process. See Generating tailored Db2 migration or function level activation jobs in the background.End of change
Start of changeTo generate the required JCL jobs and input files with a background process, complete the following steps:End of changeStart of change
  1. Customize the DSNTIDON parameter override file by following that instructions in the file.
  2. Customize the DSNTIJCB job. For example, if prefix.SDSNSAMP(DSNTIDON) is the customized parameter override file, you can specify the following values in the IPSTART command in DSNTIJCB.
      ISPSTART CMD(%DSNTINSB + 
        OVERPARM(prefix.SDSNSAMP(DSNTIDON)) + 
        ) BREDIMAX(1)
  3. Submit the customized DSNTIJCB job.
End of change End of change
Start of changeTo generate the required JCL jobs and input files with the Db2 installation CLIST in interactive mode, complete the following steps. For more information, see Generating tailored installation, migration, or function level activation jobs by running the Db2 installation CLIST in interactive mode.End of change
  1. On panel DSNTIPA1, specify the following fields.
    INSTALL TYPE ===> MIGRATE
    DATA SHARING ===> YES
    .
    DATA SET(MEMBER)NAME ===> this member's output member from the previous release
    .
    INPUT MEMBER NAME  ===> first member's output PDS member
    OUTPUT MEMBER NAME ===> this member's output PDS member

    Start of changeIn the INPUT MEMBER NAME field, specify the same PDS member name that you specified in the OUTPUT MEMBER NAME field when you ran the CLIST to migrate the first (originating) member of the data sharing group.End of change

  2. On panel DSNTIP0B, specify 2 on to indicate that this is not the first member of the group to migrate.
    | DSNTIP0B                            |
    |                                     |
    |  FIRST MEMBER OF GROUP TO MIGRATE?  |
    |                                     |
    |  Select one.                        |
    |          2 1. Yes                   |
    |            2. No                    |
  3. Proceed through the remaining Db2 installation CLIST panels, specify or accept values for your Db2 environment, and wait for the Db2 installation CLIST to tailor the jobs for the migration process. The output data set contains the tailored jobs for the migration process. For more information, see The Db2 installation CLIST panel session.