Previous Topic: CAF0927E

Next Topic: CAF0929E

CAF0928E

INVALID OPERAND COUNT ON WHEN STATEMENT

Reason:

The WHEN statement must have at least three operands, and must have an odd number of operands that is less than or equal to nine.

Action:

Any given WHEN statement can only have 1, 2, 3, or 4 selection tests for a record of a given component type. Make sure the statement is coded as WHEN(component,test,value,...).