GBREM 0031 E

"collect in <source> *where*" expression is not supported

Explanation

The expression ''collect in source'' followed by ''where'' is not supported. In most cases, you can work around this limitation by replacing the test in the ''where'' clause by a regular if. For example, if you have: ''Collection c = collect Rule () in rules when (size() >2)'' ;You can write: ''Collection c = collect Rule () in rules;if (!(c.size() > 2) c = null;''.

System action

Review the message to determine what action is required.

User response

Review the message to determine what response is required.

© Copyright IBM Corporation 1987, 2013