IBM0060S
ONCODE=667. The CONVERSION condition was raised because there was no SBCS equivalent in the GRAPHIC conversion to character.

Explanation

This condition is raised during an attempt to convert a GRAPHIC string, containing ASCII DBCS characters, that represents a character value. The string contained a DBCS character for which there is no equivalent SBCS character. The ONCODE associated with this message is 667.

System action

The ERROR condition is raised.

Programmer response

Modify your program to ensure such strings contain only valid ASCII DBCS characters. Use the ONSOURCE pseudovariable to assign a valid GRAPHIC string to the ONSOURCE built-in function to allow the conversion to be retried.

Symbolic Feedback Code

IBM01S