Hexadecimal literal has a digit that is not valid; digit defaults to 0.
20
Cause . . . . . : A hexadecimal literal may contain only hexadecimal digits. A hexadecimal digit can be 0 - 9, a - f or A - F.
Recovery . . . : Specify a valid hexadecimal literal. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.