COBCH1812 Operand is not a condition name (level 88 item)

The program contains an operand that is not a level 88 item (condition name). For example, if the first operand in a SET statement is a condition name, then all other targets must also be condition names.

Resolution:

Correct the code; then recompile.

Example:

In the following example, the x1 operand is not defined as an 88-level item. You must redefine it as an 88-level item to use it as is coded in the example's set statement.

       01 x1 pic x.
       88 c1 value "A".

           set c1 x1 to true