Previous Topic: Generate an Initialization File

Next Topic: Start Your Region from an Initialization File


How You Configure the Initialization File

The initialization file must be configured before it can be used for other regions. You can perform this configuration as follows:

You can use system variables and static system variables with both of these methods. The variables substitute for the initialization parameters in the INI file.

Configure a Common Initialization File

You can customize an initialization file using variables so that it can be used for multiple regions.

To configure a common initialization file

  1. Create a data set that is available to every region to be initialized from the common initialization file, for example, PROD.INIFILES.
  2. Add the newly created data set to the COMMANDS concatenation of the RUNSYSIN member to every region to be initialized from the common initialization file.

    Note: RUNSYSIN is located in TESTEXEC.

  3. Copy the initialization file generated into the new INIFILES data set.
  4. Use your TSO editing tool to open the initialization file in edit mode.
  5. Replace the relevant generated variables in the initialization file with the following system variables:
    &ZDSNQLCL

    The local VSAM data set qualifier.

    &ZDSNQSHR

    The shared VSAM data set qualifier.

    &ZACBNAME

    The primary VTAM ACB name used by the region.

    &ZDSNQLNV

    The local non-VSAM data set qualifier.

    &ZDSNQSNV

    The shared non-VSAM data set qualifier.

    &ZNMDID

    The domain identifier.

    &ZNMSUP

    The system user prefix.

  6. Replace the relevant generated variables in the initialization file with the z/OS static system symbols as follows:
    &SYSCLONE

    The short name for the system.

    &SYSNAME

    The name of the system.

    &SYSPLEX

    The name of the sysplex.

    &SYSR1

    The IPL VOLSER.

  7. Save the changes to the initialization file.

Configure Individual Initialization Files

You can customize an initialization file generated from one region so that it can be used for another region.

To configure an individual initialization file for each region

  1. Use your TSO editing tool to open the initialization file in edit mode.
  2. Substitute the parameters in the initialization file with one of the following:

    This enables the initialization file to work in regions with different data sets than the region in which it was generated.

  3. Save the changes to the initialization file.
  4. Copy the initialization file to the region's TESTEXEC or one of the other libraries in the COMMANDS concatenation.
  5. Repeat steps 1 to 4 for each initialization file needed.

Note: The region from which the original initialization file was generated should have the same product sets as the destination regions that will use that initialization file.