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 901 bytes JMyers to previous
2 26-Nov-2021 10:22 709 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 696 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!NL - Not Less Than
NL - Not Less Than
At line 4 changed 3 lines
;Statement:Ensure that the gross pay is not less than $100.00 for this pay. Use the current value of the Gross Pay Element to check this amount.
Statement: Ensure that the gross pay is not less than $100.00 for this pay. Use the current value of the Gross Pay Element to check this amount.
At line 8 changed 3 lines
|00010|IF|EC|GROSS PAY|NL|N|100| | |99999|00100
|00100|MSG|A|EE'S EARNS VERY LOW, PLEASE VERIFY!| | | | | |99999|
|99999|EXIT| | | | | | | |99999|
00010 IF EC GROSS PAY NL N 100 99999 00100
00100 MSG A EE'S EARNS VERY LOW, PLEASE VERIFY! 99999
99999 EXIT 99999
At line 13 changed 7 lines
%%information Notice that this reverse logic is fairly difficult to read, and therefore should be avoided where possible in UserCalcs.%%
----
![Notes|Edit:Internal.NL_OPERATOR]
[{InsertPage page='Internal.NL_OPERATOR' default='Click to create a new notes page'}]
Notice that this reverse logic is fairly difficult to read, and therefore should be avoided where possible in usercalcs.