Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6084 - Cannot assign to constant

6084   Cannot assign to constant

Cause

This error occurs if your application code assigns a value to a constant reference. The constant reference can include the following.

This error is also returned if your code assigns to an expression that ends in a type cast. You cannot assign to type cast expressions.

Action

Remove or correct the invalid assignment. If you are assigning to a parameter and you intend to export the value of that parameter to the calling method, you should define the parameter as being io or output.