CDISR5007E

The string literal is not valid because the trailing surrogate in the \u sequence is not correct.

An operator is extracting a ustring from a ustring literal format, and the ustring literal contains a UTF-16 leading character that is not followed by a UTF-16 trailing character.
Ensure that the ustring literal contains valid UTF-16 data.