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.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If 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 |
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation