This page (revision-4) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 26-Nov-2021 10:22 1 KB JMyers to previous
3 26-Nov-2021 10:22 938 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 882 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 869 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!BW - Beginning of Week
BW - Beginning of Week
At line 3 added 9 lines
Statement: If an employee is terminated in the 1st week of the pay period, divide the Life Plan deduction collected in half (the deduction is stored in PC 1700).
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF DB DES.STATUS_CODE EQ A TERMINATED 00100 99999
00100 LET V WEEK 1 END DATE BW $S PERIOD-END-DATE 00110
00110 IF DB EEM.TERMINATION_DATE GE $S PERIOD_START_DATE 00200 99999
00200 IF DB EEM.TERMNIATION_DATE LE V WEEK 1 END DATE 00300 99999
00300 IF PC 1700 GT N 0 00400 99999
00400 LET PC 1700 DIV PC 1700 N 2 99999
99999 EXIT 99999
At line 5 removed 11 lines
;Statement: If an employee is terminated in the 1st week of the pay period, divide the Life Plan deduction collected in half (the deduction is stored in PC 1700).
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010|IF|DB|DES.STATUS_CODE|EQ|A|TERMINATED| | |00100|99999
|00100|LET|V|WEEK 1 END DATE|BW|$S|PERIOD-END-DATE| | |00110|
|00110|IF|DB|EEM.TERMINATION_DATE|GE|$S |PERIOD_START_DATE| | |00200| 99999
|00200|IF|DB|EEM.TERMNIATION_DATE|LE|V|WEEK 1 END DATE| | |00300| 99999
|00300|IF|PC|1700|GT|N|0| | |00400| 99999
|00400|LET|PC|1700|DIV|PC|1700|N|2|99999|
|99999|EXIT| | | | | | | |99999|
At line 17 removed one line
At line 19 removed 5 lines
----
![Notes|Edit:Internal.BW_OPERATOR]
[{InsertPage page='Internal.BW_OPERATOR' default='Click to create a new notes page'}]