Enabling open access to IMS data
To enable open access to IMS data, you need to set up IMS support for the IMS Universal drivers, configure the CSL Open Database Manager (ODBM), IMS Connect, and any required ODBM, IMS Connect, or Base Primitive Environment (BPE) user exits, and then start ODBM and IMS Connect.
The following high-level summary describes the steps for configuring IMS support for the IMS Universal drivers.
Procedure
- Configure SCI.
- Configure IMS to join the IMSplex that you configured in the previous step.
- Configure ODBM:
- Use the ODBM configuration member of the IMS PROCLIB data set (CSLDCxxx) to define the connections between ODBM and one or more datastores.
- Use the ODBM initialization member of the IMS PROCLIB data set (CSLDIxxx) to specify parameters that initialize the ODBM address space.
- Use the BPE configuration member of the IMS PROCLIB data set to define the BPE execution environment settings for ODBM.
- Optional: Write CSL ODBM user exit routines to customize and monitor the ODBM environment, and then define these user exit routines to BPE:
- Write CSL ODBM user exits to customize and monitor the ODBM environment.
- Specify the ODBM user exit routine in the BPE exit list member of the IMS PROCLIB data set.
- Specify the BPE exit list member in the BPE configuration parameter member of the IMS PROCLIB data set.
-
Configure IMS
Connect to communicate with ODBM.
Use the ODACCESS statement of the IMS Connect configuration member of the IMS PROCLIB data set (HWSCFGxx) to define characteristics of the communication between ODBM and IMS Connect.
- Use the BPE configuration member of the IMS PROCLIB data set to define the BPE execution environment settings for IMS Connect.
- Optional:
Write IMS
Connect user exit routines to configure the connection to ODBM, and then define these user exit routines to BPE:
- Use the routing exit HWSROUT0 to override the IMS alias or select an ODBM.
- Use the IMS Connect DB security user exit routine, HWSAUTH0, to authenticate the input user ID and password specified by IMS Connect clients.
- Specify the IMS Connect user exit routines in the BPE exit list member of the IMS PROCLIB data set.
- Specify the BPE exit list member in the BPE configuration parameter member of the IMS PROCLIB data set.
- Optional: Set up tracing for the BPE-managed ODBM address space.
- Set up security for ODBM.
- Set up security for IMS Connect.
-
Develop and deploy applications by using the IMS Universal
drivers.
You can also set up and deploy from external environments.
- Start the following components:
- Start the Structured Call Interface (SCI).
- Start the Operations Manager (OM).
- If SCI is newly enabled for IMS, restart IMS.
- Start the IMS control region.
- Start ODBM.
- Start IMS Connect.