GT_OPERATOR
Back to current versionRestore this version

GT - Greater Than #

The Greater Than (GT) operator is used to determine if Operand 1 is greater than but not equal to Operand 2.

Statement:If the combined value of the regular and overtime earnings is greater than $15000, issue a warning to the Exception Report.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 IF EC REG AND OT EARNS GT N 1500 00100 99999 00100 MSG A EE EARNS > $15,000, PLEASE VERIFY! 99999 99999 EXIT 99999