Installing a type-2 IMS Universal Database resource adapter on WebSphere Application Server for z/OS
After you configure WebSphere Application Server for z/OS to have access to IMS databases, you must install the type-2 IMS Universal Database resource adapter on WebSphere Application Server for z/OS.
Prerequisites:
- Perform the steps described in Configuring WebSphere Application Server for EJB development with the IMS Universal drivers.
- Copy the RAR files for the IMS Universal drivers to storage that is accessible to WebSphere Application Server for z/OS.
- If not already done, create an ODBA startup table. The ODBA startup table module name can be
from 5 to 8 bytes long and must conform to the following naming convention:
- Bytes 1-3 must be
DFS
- Bytes 4-7 are the 1- to 4-byte ID
- The final byte must be the character number
0
For example, both DFS10 and DFSIMSA0 are valid module names for an ODBA startup table.
Recommendation: Use the IMS ID as the 1- to 4-byte ID. - Bytes 1-3 must be
- If not already done, link the ODBA startup table into a load library.
- Update the JCL for WebSphere Application Server for z/OS by
adding to the STEPLIB the following data sets:
- The load library that contains the ODBA startup table and the ODBA runtime code.
- The SDFSJLIB data set. This data set contains the DFSCLIB member.
- Note the ODBA name, which is defined by the MBR parameter. You will need to know bytes 4-7, which are usually the IMS system ID, when you install the data source.
To install the type-2 IMS Universal Database resource adapter: