In this post, you’ll learn about the error message -504 the cursor name cursor-name is not defined in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-504 the cursor name cursor-name is not defined
Reason for the Error
Cursor ‘cursor-name’ was not declared in the application� program before it was referenced.
Solution
Check the application program for completeness and� for a possible spelling error in the cursor declaration.� The declaration� for a cursor must appear in an application program before statements that �reference the cursor.