00E79109

Explanation

A routine was defined to run in a WLM application environment that was not set up correctly for the language that was specified.

Java™ routines must be run in a WLM application environment that has been set up to run Java routines. This application environment cannot be used to run non-Java routines.

System action

The SQL CALL statement SQLCODE -471 and this reason code.

System programmer response

Use the ALTER PROCEDURE statement if you need to change the WLM application environment.

To set up a WLM application environment to run LANGUAGE JAVA routines, add a JAVAENV DD statement to the startup procedure for the stored procedure address space. The JAVAENV DD statement specifies a data set that contains environment variables for running Java routines.

Programmer response

Contact the system programmer