EP- Period To Date Element Value#
If there is more than one pay in a period, the EP (Period-To-Date) value may be used to show the value of the element for all the other pays in the pay period being calculated.
Does not include the current pay run value of the element.- Statement
- Let Pension hours be equal to period-to-date hours worked then exit.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00010 | LET | PC | 296 | EQ | EP | REG HOURS | 99999 | |||
99999 | EXIT | 99999 |
- Statement
- Let Pension hours be equal to total period hours (all pays in the pay period being calculated) worked then exit.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00010 | LET | PC | 296 | ADD | EP | REG HOURS | V | HOURS TO MONTH END | 99999 | |
99999 | EXIT | 99999 |