!!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.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If 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