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 607 bytes JMyers to previous
3 26-Nov-2021 10:22 469 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 424 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 409 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!MIN - Minimum
MIN - Minimum
At line 4 changed 12 lines
;Example: If the employee is full time, ensure that the Regular Time Worked PC (100) is at least 40 hours.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| IF| DB| DGR.GROUP_CODE| NN| $L| NON FT GROUPS| | |00100| 99999
|00100| LET| PC| 100| MIN| N| 40| PC| 100| 99999 |
|99999| EXIT| | | | | | | |99999 |
----
![Notes|Edit:Internal.MIN_OPERATOR]
[{InsertPage page='Internal.MIN_OPERATOR' default='Click to create a new notes page'}]
Example: If the employee is full time, ensure that the Regular Time Worked PC (100) is at least 40 hours.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF DB DGR.GROUP_CODE NN $L NON FT GROUPS 00100 99999
00100 LET PC 100 MIN N 40 PC 100 99999
99999 EXIT 99999