Diagnosis The specified relational operator is invalid for at least one of the specified values. System Response The following operators only operate on number values: '>, >=' '<, <=, ><' The following operators operate on number values and character strings: '==, <>' Procedure Correct your input, taking into consideration the above restrictions. |