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 827 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 814 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!NB - Is Not Between
NB - Is Not Between
At line 3 added 8 lines
Statement: If the employee has worked for the company for at least 1 year, give a bonus of $100.00 in the last pay of the year (stored in PC 5000). Otherwise, give new employees a bonus of $50.00.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET V YEARS SERVICE YBT DB EEM.HIRE_DATE $S PERIOD-END-DATE 00020
00020 PPE EY $S PERIOD-END-DATE 00100 99999
00100 IF V YEARS SERVICE NB N 1 N 99 00200 00300
00200 LET PC 5000 EQ N 50 99999
00300 LET PC 5000 EQ N 100 99999
99999 EXIT 99999
At line 5 removed 10 lines
;Statement:If the employee has worked for the company for at least 1 year, give a bonus of $100.00 in the last pay of the year (stored in PC 5000). Otherwise, give new employees a bonus of $50.00.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| LET| V| YEARS SERVICE| YBT| DB| EEM.HIRE_DATE| $S| PERIOD-END-DATE |00020 |
|00020| PPE| | |EY| $S| PERIOD-END-DATE | | | 00100| 99999
|00100| IF| V| YEARS SERVICE| NB| N| 1| N| 99| 00200| 00300
|00200 |LET| PC| 5000| EQ| N| 50| | |99999 |
|00300| LET |PC |5000 |EQ| N |100| | |99999|
|99999| EXIT| | | | | | | |99999|
At line 16 removed 5 lines
----
![Notes|Edit:Internal.NB_OPERATOR]
[{InsertPage page='Internal.NB_OPERATOR' default='Click to create a new notes page'}]