Start of change

-4700 ATTEMPT TO USE NEW FUNCTION BEFORE FUNCTION LEVEL IS ACTIVATED

Explanation

Start of changeAn attempt was made to use a new capability before the required function level is activated. Capabilities that are introduced in a Db2 function level cannot be used before that function level is activated. End of change

System action

The statement cannot be processed.

Programmer response

Start of changeEither delay running your program until the required function level is activated, or restrict your program to capabilities that are supported at the current function level.End of change

SQLSTATE

56038

End of change