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 911 bytes JMyers to previous
3 26-Nov-2021 10:22 773 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 721 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 706 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 added one line
At line 4 added one line
At line 4 changed 7 lines
Operand2 Operand3 Result (stored in Operand 1)
1.10011 1 2
1.10011 0.001 1.101
1.1 0.5 1.5
1.0 0.5 1.0
As with RDN, it is acceptable to round up to the next .25, or any other amount such as to the next 2, 3, etc.
Statement: Round the employee’s annualized salary to the next 1000 and store the value into the Variable Ann Sal Rnd Up
||Operand2||Operand3||Result (stored in Operand 1)
|1.10011|1| 2
|1.10011|0.001| 1.101
|1.1 |0.5| 1.5
|1.0 |0.5| 1.0
As with [RDN|RDN_OPERATOR], it is acceptable to round up to the next .25, or any other amount such as to the next 2, 3, etc.
;Statement: Round the employee’s annualized salary to the next 1000 and store the value into the Variable Ann Sal Rnd Up
At line 12 changed 3 lines
00010 LET V ANNUALIZED SALARY WAGE WB YR 00020
00020 LET V ANNUALIZED SALARY RDU V ANNUALIZED SALARY N 100 99999
99999 EXIT 99999
|00010|LET|V|ANNUALIZED SALARY|WAGE|WB|YR| | |00020|
|00020| LET|V|ANNUALIZED SALARY|RDU|V|ANNUALIZED SALARY|N|100| 99999 |
|99999| EXIT| | | | | | | |99999 |
At line 22 added 5 lines
----
![Notes|Edit:Internal.RDU_OPERATOR]
[{InsertPage page='Internal.RDU_OPERATOR' default='Click to create a new notes page'}]