Incorrect usage of single quote characters in a text literal.
Text literals must be enclosed by a single-quote character in the first and last positions. If a single-quote character is needed within the literal, it must be escaped by prefixing with an additional single-quote. For example, COPYDATA('Peter''s dog',F1). The system has detected a single-quote character that should terminate the literal and then has met unexpected characters following it.