PPE_COMMAND

PPE - Pay Period Date Check#

This command performs a check that a specified date falls within the pay period. The date used may be a variable, database date field, or hard-coded date.

It is necessary that any variable used be defined as a date field or be converted to a date using the DATE function

This command has a true path (If Goto) and a false path (Else Goto).

Statement
If April 1st falls within the pay period let PC 200 equal 10, else exit the UserCalc.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If GotoElse GoTo
00010LETVAPRIL 01BY$SPERIOD-END_DATEA+3M00020
00020PPE BDVAPRIL 01 0003099999
00030LETPC200EQN10 99999
99999EXIT 99999


Notes #

Click to create a new notes page