The hexadecimal literal is too long; literal truncated.
20
Cause . . . . . : The hexadecimal literal is longer than 2048 hexadecimal digits. The literal has been truncated to 2048 hexadecimal digits. A hexadecimal digit can be 0 - 9, a - f or A - F.
Recovery . . . : Specify a correct hexadecimal literal with a length of 2048 hexadecimal digits or less. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.