Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6046 - Same name as system variable

6046   Same name as system variable

Cause

This error occurs if you attempt to define a parameter or local variable with the same name as a system variable. (For details, see "System Variables", in Chapter 1 of the JADE Developer’s Reference.)

Action

Delete or rename the parameter or local variable that you are attempting to define.