IBM0637S
ONCODE=3016 A double-byte character was used incorrectly.

Explanation

A non-EBCDIC double-byte character was used incorrectly. These characters are only valid in DBCS names, graphic (DBCS) constants, and mixed character constants.

System action

The ERROR condition is raised.

Programmer response

Verify that a bit, character or hexadecimal constant does not contain a non-EBCDIC double-byte character, or that such a character is not present outside a constant unless it is part of a name for a GET DATA statement.

Symbolic Feedback Code

IBM0JT