COBCH1921 Compilation constant already defined - use OVERRIDE to assign new value

A constant used within the ISO2002 conditional compilation mechanism has been defined more than once.

If the constant must be defined more than once, use the OVERRIDE phrase; for example:

...
  >>DEFINE VAR1 as 40
  >>DEFINE VAR1 as 35 OVERRIDE
...