!!CE - Calendar To Date Element Value 

This operand allows an element value to be calculated for a user-specified Calendar period, as defined in IDCL.  The value of the element will be processed from the pay headers that exist for the employee, where the pay header's __period end date__ falls within the start/end date of the calendar specified.  This assists in resolving issues with employees who may be on different pay calendars, and/or differing pay calendars in multiple pays.

%%information CE is used with the LET operator and the CL operad%%

;Statement:If the total time worked by the 1st week of the biweekly pay period is greater than 30 hours for a part time employee, create a warning on the Exceptions Report.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
|00010|	LET|  V| LEVY      | MLT| EC | FED TAX LEVY ERN| S | FTAXLEVY%   |00020	|
|00020|	LET|  V| LASTERN   |  EQ| CE | NET PAY ELEMENT | CL| BW EXEMPT SUNDRY |00030	|
|00030|	 IF|  V| LASTERN   |  GT | N | 0 |	 |	| 00040	| 00200
|00040|	LET|  V| LEVY      | SUB |PP |5100  |PC  |5100 |00050	|