DSNH010I S csectname LINE nnnn COL cc UNTERMINATED STRING CONSTANT BEGINNING text

Explanation

The constant identified in the message as 'text' is not terminated properly.

System action

The string is treated as if it were terminated by the end of file.

User response

Terminate the string constant. Check for and correct any missing or extra quotation marks and apostrophes. These errors are likely to cause others. Some statements were probably missed because of missing or extra string delimiters.

Severity

12 (severe error)