$F - Processing Frequency#
The $F (Frequency) Operand Type refers to processing frequencies, such as weekly, biweekly, etc. It is used with the FREQ command to denote which frequency should be validated against the pay header being calculated.
- Statement
- Does the pay pass the processing frequency; in this case, is it the first pay of the month? If it is go to Line 00300, otherwise exit the UserCalc.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
00010 | FREQ | $F | 1ST OF MONTH | 00300 | 99999 |
See IPPF for a description of how Pay Frequencies are defined.
Do not use special characters (!,@,#,$,%,^,&,*,etc.) when naming the Frequency. Spaces, dashes and underscores are acceptable.