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

6092   Cannot assign to variable

Cause

This error occurs in one of the following conditions.

Action

Change your application code to remove the invalid assignment.

If the error was reported on the passing of a parameter, it may be possible to change the usage of that parameter to constant (the default) or input in order to resolve the error.

If the error was reported against the control variable of a foreach instruction, use a local variable as the control variable.