Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6210 - Recursive definition

6210   Recursive definition

Cause

This error occurs if you attempt to define a constant in terms of itself. This is not valid.

Action

Change the constant definition to refer only to literal values or to other constants.