Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6247 - Cannot start name with underscore character

6247   Cannot start name with underscore character

Cause

This error occurs if the input declaration name starts with an underscore character. As this may cause a conflict with system-defined identifiers, it is not permitted.

Action

Remove the underscore character.