Setting Up the Initialization File › How You Configure the 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:
- Configure an individual initialization file for each region.
- Configure a common initialization file for multiple regions.
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
- Create a data set that is available to every region to be initialized from the common initialization file, for example, PROD.INIFILES.
- 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.
- Copy the initialization file generated into the new INIFILES data set.
- Use your TSO editing tool to open the initialization file in edit mode.
- 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.
- 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.
- 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
- Use your TSO editing tool to open the initialization file in edit mode.
- Substitute the parameters in the initialization file with one of the following:
- Hard-coded data set names for the region in which the file is used
- System variables
This enables the initialization file to work in regions with different data sets than the region in which it was generated.
- Save the changes to the initialization file.
- Copy the initialization file to the region's TESTEXEC or one of the other libraries in the COMMANDS concatenation.
- 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.
Copyright © 2012 CA.
All rights reserved.
|
|