In this post, you’ll learn about the error message -411 current sqlid cannot be used in a statement that references remote objects in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-411 current sqlid cannot be used in a statement that references remote objects
Reason for the Error
A reference to the CURRENT SQLID special register is invalid in a statement that contains the three-part name or alias of an object that is remote to the remote server.
Solution
Either remove the reference to CURRENT SQLID or the reference to the remote object.