IBM0642S
ONCODE=oncode-value An invalid byte 3 in a UTF-8 character was detected.

Explanation

An attempt was made to scan a UTF-8 string, but the third byte in a UTF-8 character was invalid. In UTF-8 characters that span 3 bytes or 4 bytes, the third byte must not be less then '80'x nor greater than 'bf'x.

The ONCODE associated with this message is 3020.

System action

The ERROR condition is raised.

Programmer response

Correct the invalid data.

Symbolic Feedback Code

IBM0K2