Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6008 - Hex integer too long

6008   Hex integer too long

Cause

This error occurs if a hexadecimal integer is greater than eight characters in length.

Action

Change your source code to reduce the length of the integer to fewer than eight characters. If you intended to define a hexadecimal string rather than an integer, enclose the string (following the hash sign (#)) in double quotation (") or single quotation (') characters.