This page (revision-3) 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
3 26-Nov-2021 10:22 1 KB JMyers to previous
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 981 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
BOM - Beginning Of Month Check
!!BOM - Beginning Of Month Check
At line 3 changed one line
i.e. A specific pay period is May 20th to June 3rd. In this case, the first day of a calendar month (June 1) is contained within the pay period. June 1st would be the BOM looked for.
i.e. A specific pay period is May 20th to June 3rd. In this case, the first day of a calendar month (June 1) is contained within the pay period. June 1st would be the BOM looked for.
At line 5 changed 7 lines
Statement: Suppose there are only two employee groups, full time and part time. If the beginning of the month falls within this pay period for a full time employee, create a Dental Insurance deduction of $20.00 (stored in PC 300). If the employee is part-time, create a deduction of $10.00 (stored in PC 300).
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 BOM 00100 99999
00100 IF DB DGR.GROUP_CODE EQ A FULL TIME 00110 0200
00110 LET PC 300 EQ N 20 99999
00200 LET PC 300 EQ N 10 99999
99999 EXIT 99999
Statement: Suppose there are only two employee groups, full time and part time. If the beginning of the month falls within this pay period for a full time employee, create a Dental Insurance deduction of $20.00 (stored in PC 300). If the employee is part-time, create a deduction of $10.00 (stored in PC 300).
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||Else GoTo
|00010 |BOM| | | | | | | |00100|99999
|00100|IF|DB|DGR.GROUP_CODE|EQ|A|FULL TIME| | |00110|0200
|00110|LET|PC|300|EQ|N|20| | |99999|
|00200|LET|PC|300|EQ|N|10| | |99999|
|99999|EXIT| | | | | | | |99999|