-4700 ATTEMPT TO USE NEW FUNCTION BEFORE FUNCTION LEVEL IS ACTIVATED
Explanation
An 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. 
System action
The statement cannot be processed.
Programmer response
Either 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.
SQLSTATE
56038
