DSNH199I E csectname LINE nnnn COL cc INVALID KEYWORD keyword; VALID SYMBOLS ARE: token list
Explanation
A syntax error was detected at the keyword specified in the message. As an aid to the programmer, a partial list of valid tokens is provided in the message. Only those tokens that fit are listed. The error might be earlier in the statement, but the syntax of the statement appears to be valid up to this point.
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
Check the SQL statement in the area of the indicated keyword. A colon or SQL delimiters might be missing. Correct the SQL statement.
Severity
8 (error)