DSNH504I E csectname LINE nnnn COL cc CURSOR name WAS NOT DECLARED

Explanation

Identifier name is used as a cursor, but was not declared. The declaration might have been discarded because of errors.

System action

If the containing SQL statement is a declaration, it is discarded. If the containing SQL statement is executable, it is replaced by host language statements that will, if executed, set an error code in the SQLCA.

User response

Correct or add the required cursor declaration.

Severity

8 (error)