A - Alphanumeric #

The Alphanumeric Operand Type is used to represent constants referred to as Alpha, Char, Character, or String.

Statement
Called from within the Attendance module, checks if the employee is in Group 56, and, if it is during the probationary period, disqualifies the employee from receiving Leave entitlement.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 IF DB DGR.GROUP_CODE EQ A 56 00100 00300
00100 PPE BD DB EEM.HIRE_DATE A +3M 00200 00300
00200 LET V ENTITLEMENT EQ B FALSE 00210
00210 MSG A PROBATION, NO ENTITLEMENT 99999
00300 LET V ENTITLEMENT EQ B TRUE 99999
99999 RET V ENTITLEMENT 99999


Notes #

Click to create a new notes page