Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6214 - Constant names must begin with uppercase

6214   Constant names must begin with uppercase

Cause

This error occurs if you attempt to define a constant beginning with a lowercase letter. JADE enforces a syntactic convention that all constant names must begin with an uppercase letter.

Action

Change the constant name so that it begins with an uppercase letter.