PDR0113S

A single-quote string was not ended. String: string

What happened: You began a literal string with a single quote ('), but you did not end it.

What to do: Make sure each literal string that contains spaces begins and ends with double or single quotes ( " or ' ).