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 1 KB JMyers to previous
3 26-Nov-2021 10:22 932 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 876 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 863 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!EW - End of Week
EW - End of Week
At line 3 changed 3 lines
;Statement: A one-time uniform charge (stored in PC 2500) is assigned to the employee after 1 week of hire. In order to determine the date when the charges may be applied, we need to identify the end of the first week. (The uniform charge may change over time, so has been stored in the User-Variable Uniform Charge.)\\ \\
Statement: A one-time uniform charge (stored in PC 2500) is assigned to the employee after 1 week of hire. In order to determine the date when the charges may be applied, we need to identify the end of the first week. (The uniform charge may change over time, so has been stored in the User-Variable Uniform Charge.)
At line 7 changed 3 lines
|00010| PPE| | |EW|DB|EEM.HIRE_DATE| | |00100| 99999
|00100| LET| PC| 2500| EQ| $C| UNIFORM CHARGE | | |99999|
|99999| EXIT| | | | | | | |99999 |
00010 PPE EW DB EEM.HIRE_DATE 00100 99999
00100 LET PC 2500 EQ $C UNIFORM CHARGE 99999
99999 EXIT 99999
At line 11 changed 8 lines
%%information Line 00010 tests if the Pay Period includes the end of the week of the employee’s hire date.%%
As with BD, the EW result may also be changed by a value in Operand 3. Refer to [BD|BD_OPERATOR] for possible Operand 3 values.
----
![Notes|Edit:Internal.EW_OPERATOR]
[{InsertPage page='Internal.EW_OPERATOR' default='Click to create a new notes page'}]
*Line 00010 tests if the Pay Period includes the end of the week of the employee’s hire date.
As with BD, the EW result may also be changed by a value in Operand 3.
Refer to BD in section 6.5.2. For possible Operand 3 values.