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:
- 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
- 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.
- Change the procedure name from DSNWLM to the procedure name that you specified when you set up the WLM environment.
- Change the value of APPLENV to the name of the WLM environment that you set up for the text search stored procedures.
- 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.