00E7900B

Explanation

The SQL CALL statement could not be processed. Db2 determined that the user-defined function or procedure was to be run in a specific WLM-established address space, but the necessary WLM services are not available.

The user-defined function or procedure specified a non-blank WLM ENVIRONMENT attribute.

System action

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

System programmer response

Issue the START FUNCTION SPECIFIC or START PROCEDURE command to allow the altered user-defined function or procedure to be called.

Programmer response

Use the ALTER FUNCTION or ALTER PROCEDURE statement to modify the WLM ENVIRONMENT attribute specified for the user-defined function or procedure, or specify the NO WLM ENVIRONMENT clause.