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

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
FREQ - Frequency Check
This command verifies that the pay for which the UserCalc is being performed meets all the criteria defined by the Processing Frequency (IPPF form) named in Operand1.
!!FREQ - Frequency Check
This command verifies that the pay for which the [UserCalc] is being performed meets all the criteria defined by the Processing Frequency ([IPPF] form) named in Operand1.
At line 6 added one line
At line 5 changed 6 lines
Statement: In the example below, the system will check to see if the pay passes the processing frequency (1st of Month). If so there is then a check if the employee is in a union. If the employee is, the command will create a union deduction (3.25), which is stored in PC 200.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 FREQ $F 1ST OF MONTH 00020 99999
00020 IF DB DUN.UNITS_CODE IN $L UNIONIZED UNITS 00100 99999
00100 LET PC 200 EQ N 3.25 99999
99999 EXIT 99999
Statement: In the example below, the system will check to see if the pay passes the processing frequency (1st of Month). If so there is then a check if the employee is in a union. If the employee is, the command will create a union deduction (3.25), which is stored in PC 200.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||Else GoTo
|00010| FREQ|$F|1ST OF MONTH| | | | | |00020|99999
|00020| IF|DB|DUN.UNITS_CODE|IN|$L|UNIONIZED UNITS| | |00100|99999
|00100| LET|PC|200|EQ|N|3.25| | |99999|
|99999| EXIT| | | | | | | |99999|