IBM Db2 for z/OS connector in DataStage

Use the IBM Db2 for z/OS connector to read and write data to your DataStage® jobs.

Prerequisites

Create the connection. For instructions, see Connecting to a data source in DataStage and the IBM Db2 for z/OS connection.

Setting up license files

  1. Set the default project location to where Cloud Pak for Data is installed.
    oc project $PROJECT_CPD_INST_OPERANDS
  2. Create the license secret on the cluster.
    oc create secret generic datastage-db2z-license --from-file=db2consv_ee.lic=<path-to-db2z-license-file>
  3. Restart the px-runtime pods.
    oc delete pod -l app.kubernetes.io/component=px-runtime
  4. Restart the caslite pods.
    oc delete pod -l app.kubernetes.io/component=caslite