| ERROR | Unterminated comment/string constant beginning near line number in file string |
| CAUSE | A string constant is missing an ending quotation mark, or a comment is missing an ending delimiter. |
| ACTION | Check that all comments are delimited and all string constants are enclosed by quotation marks. |