This error indicates an operator, like + or - is needed here. It occurs in situations like these:
z = a b ; operator needed between a and b
To correct this error, insert the desired operator.
See Also Errors