GBREM 0030 E

"collect *from* <source>" expression is not supported

Explanation

The expression ''collect from <source>'' is not supported (whereas the expression ''collect in <source>'' is supported). This kind of expression is very rarely used. Make sure it is really necessary. If so, it can be changed to a ''collect in <source>'' by wrapping the object afterwards using ''java.util.Collections.singleton(object)''.

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