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

Explanation

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

The ONCODE associated with this message is 3021.

System action

The ERROR condition is raised.

Programmer response

Correct the invalid data.

Symbolic Feedback Code

IBM0K3