Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6116 - This is not a collection expression

6116   This is not a collection expression

Cause

This error occurs if the second operand of a foreach instruction is not a collection.

Action

Change your application code to replace the operand with an expression that yields a collection.