Subtask 7: Creating the object store and ICL

Before you begin

This procedure requires you to be familiar with the information in Creating the object store and ICL. There are more details about the following steps there.

You can implement the object store and ICL using either VSAM data sets or DB2® tables.

Procedure

If you are implementing the object store and ICL using VSAM data sets, perform the following steps to allocate the needed VSAM files for this new CA domain.
  1. Locate the IKYCVSAM JCL job that you originally customized for your initial CA domain and copy it to a data set that you can edit.

    _______________________________________________________________

  2. Change all occurrences of PKISRVD.VSAM to include the corresponding VSAM data set qualifier from Table 2. For example, if this new CA domain is Employees, then the VSAM data sets might be qualified as follows:
    Example:
    PKISRVD.EMPLOYEE.VSAM.data-set-suffix

    _______________________________________________________________

  3. Submit the JCL job when your changes are complete.

    _______________________________________________________________

When you are done: You have allocated the needed VSAM files for this CA domain. Record your progress in Table 1.
If you are implementing the object store and ICL using DB2 tables, perform the following steps to create the needed DB2 tables, package, and plan.
  1. Locate the IKYCDB2 sample that you originally customized for your initial CA domain and copy it to a data set that you can edit.

    _______________________________________________________________

  2. Change all occurrences of MASTERCA to the package name from Table 2. For example, if this new CA domain is Employees, and you are using the domain name for the package name, the table created for the object store would be named EMPLOYEE.OST.

    _______________________________________________________________

  3. When your changes are complete, run the modified sample using SPUFI.

    _______________________________________________________________

  4. Locate the IKYSBIND sample job that you originally customized for your initial CA domain and copy it to a data set that you can edit.

    _______________________________________________________________

  5. Change all occurrences of MASTERCA to the package name from Table 2.

    _______________________________________________________________

  6. Submit the JCL job when your changes are complete.

    _______________________________________________________________

When you are done: You have create the needed DB2 tables, package, and plan for this CA domain. Record your progress in Table 1.

Continue to the next subtask. Guideline: Complete all subtasks for this new CA domain and ensure that it operates properly before adding another CA domain.