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 927 bytes JMyers to previous
3 26-Nov-2021 10:22 792 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 746 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 733 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
IB - Is Between
!!IB - Is Between
At line 3 removed 7 lines
Statement: If the employee has worked for the company for between 5 and 10 years, give a bonus of $100.00 in the last pay of the year (stored in PC 5000).
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 IB N 5 N 10 00200 99999
00200 LET PC 5000 EQ N 100 99999
99999 EXIT 99999
At line 5 added 9 lines
;Statement:If the employee has worked for the company for between 5 and 10 years, give a bonus of $100.00 in the last pay of the year (stored in PC 5000).
||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|IB|N|5|N|10|00200|99999
|00200| LET|PC|5000|EQ|N|100| | |99999|
|99999| EXIT| | | | | | | | 99999|
At line 15 added 5 lines
----
![Notes|Edit:Internal.IB_OPERATOR]
[{InsertPage page='Internal.IB_OPERATOR' default='Click to create a new notes page'}]