Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6011 - String delimiter mismatch

6011   String delimiter mismatch

Cause

This error occurs if your entry contains an opening string delimiter (double quote or single quote character) with no closing delimiter.

You may have omitted the closing delimiter or you may have placed it in a comment. Alternatively, you may not have been consistent with your choice of delimiter; the same quote mark character must be used for the opening and closing delimiter.

Action

Determine the correct placement of the closing delimiter and then change your source code accordingly.