Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6100 - Redundant type cast

6100   Redundant type cast

Cause

This error occurs if your application code uses a type cast on the left-hand side of an assignment. A type cast is always redundant in this situation.

Action

Change your application code to remove the redundant type cast.