Setting up the WLM environment for the text search administration stored procedures

The stored procedures for the text search feature need to run in a WLM-established stored procedure address space.

Procedure

To set up the WLM environment:

  1. Follow the instructions in Setting up a WLM application environment for stored procedures.

    The WLM-established stored procedure address space must have the following characteristics:

    • NUMTCB: 10 or more
    • APF requirement: None
    • Run options: None
    • Special DDs: None
    • Other: None
  2. If necessary, create a JCL startup procedure for the address space of this WLM environment.
    If you need to create a JCL startup procedure for the address space of this WLM environment, you can model it on the DSNWLM sample startup procedure that was created by the Db2 installation job DSNTIJMV.
    1. Change the procedure name from DSNWLM to the procedure name that you specified when you set up the WLM environment.
    2. Change the value of APPLENV to the name of the WLM environment that you set up for the text search stored procedures.
    3. Change the value of DB2SSN to your Db2 subsystem name.
      Each member of a Db2 data sharing environment needs access to the startup procedure for the address space of this WLM environment.

What to do next

Complete the following tasks:

  1. Populating the text search administration tables for Db2 for z/OS
  2. Verifying the text search installation