Start of change

+799 THE STATEMENT set-stmt REFERENCES A SPECIAL REGISTER OR BUILT_IN GLOBAL VARIABLE THAT DOES NOT EXIST AT THE SERVER SITE

Explanation

A Db2 server received an statement that it does not understand.

set-stmt
The statement that contains the unrecognized special register or built-in global variable. This token might be blank for servers other than Db2 for z/OS®, or for down-level Db2 for z/OS servers.

System action

The request is ignored.

Programmer response

This SQLCODE can be returned to an application for any SQL statement. This SQLCODE might be masked by other negative SQLCODEs that the SQL statement receives. Processing continues at the server.

SQLSTATE

01527

End of change